/* ---- Availability Calendar polish ---- */

/* Hide the "Booked" label (keep background only) */
.fc .fc-bg-event .fc-event-title,
.fc .fc-bg-event .fc-event-time {
  display: none !important;
}

/* Subtle modern booked shading */
.fc .fc-bg-event {
  opacity: 1 !important;
}
.fc .fc-bg-event .fc-event-main {
  background: rgba(30, 41, 59, 0.12) !important; /* subtle slate tint */
}

/* Softer calendar borders */
.fc .fc-scrollgrid,
.fc .fc-scrollgrid td,
.fc .fc-scrollgrid th {
  border-color: rgba(148, 163, 184, 0.35);
}

/* Bigger tap targets on mobile */
@media (max-width: 640px) {
  .fc .fc-toolbar-title { font-size: 1rem; }
  .fc .fc-button { padding: 0.5rem 0.6rem; }
}
