.calendar-selected-events {
  display: grid !important;
  flex: 1;
  gap: 6px;
}

.calendar-selected-events article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.calendar-event-actions {
  display: flex;
}

.calendar-event-actions .icon-button {
  width: 26px;
  height: 26px;
}

.danger-button {
  color: #9f2b2b;
}
