.booking-calendar { min-width: 0; font-size: 13px; }
.booking-calendar [hidden] { display: none !important; }
.booking-calendar .calendar-selection { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.booking-calendar button { font: inherit; cursor: pointer; border: 1px solid #d9d5cc; background: transparent; color: inherit; border-radius: 5px; padding: 7px; }
.booking-calendar .calendar-selection button { text-align: left; min-width: 0; }
.booking-calendar .calendar-selection span, .booking-calendar .calendar-selection strong { display: block; }
.booking-calendar .calendar-selection strong { font-size: 12px; font-weight: 500; margin-top: 5px; }
.booking-calendar .calendar-selection [aria-pressed="true"] { border-color: #536c52; box-shadow: inset 0 0 0 1px #536c52; }
.booking-calendar .calendar-navigation { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin: 10px 0; }
.booking-calendar .calendar-navigation button { min-width: 32px; font-size: 18px; }
.booking-calendar table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.booking-calendar th { font-size: 10px; font-weight: 500; padding: 5px 0; }
.booking-calendar td { padding: 2px 0; text-align: center; }
.booking-calendar td button { width: 100%; padding: 5px 0; min-height: 32px; border: 0; }
.booking-calendar button:disabled { cursor: not-allowed; opacity: .42; }
.booking-calendar td button.is-blocked { text-decoration: line-through; text-decoration-thickness: 1.5px; }
.booking-calendar td button.is-blocked:not(:disabled) { outline: 1px dashed #536c52; outline-offset: -2px; }
.booking-calendar td button.is-selected { background: #344c39; color: #fff; opacity: 1; }
.booking-calendar td button.is-in-range { background: #e1e9df; color: #25332a; }
.booking-calendar button:focus-visible { outline: 2px solid #344c39; outline-offset: 2px; }
.booking-calendar .calendar-legend, .booking-calendar .calendar-rules, .booking-calendar .calendar-status { font-size: 12px; line-height: 1.45; margin: 10px 0; }
.booking-calendar .calendar-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.booking-calendar .calendar-actions button { font-size: 11px; }
@media (max-width: 800px) { .booking-calendar td button { min-height: 44px; } .booking-calendar .calendar-selection button { min-height: 48px; } }
