/* Дребни допълнения върху Bootstrap; mobile-first. */

.free-slot {
  display: block;
}

.busy-card .card-body {
  line-height: 1.3;
}

/* FullCalendar — по-четими събития */
.fc-event {
  cursor: default;
  font-size: 0.85rem;
}

.fc .fc-timegrid-slot {
  height: 2em;
}

/* Радио бутоните за продължителност се показват като btn-group */
input[type="radio"][name="duration"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"][name="duration"]:checked + label {
  color: #fff;
  background-color: var(--bs-primary);
}
