/**
 * Booking form styles
 */

/* Estado sin propiedad: /booking-form/ abierto desde el menú, sin objeto */
.lc-booking-empty {
    max-width: 520px;
    margin: 24px auto;
    padding: 28px 24px;
    text-align: center;
    background: #1a1f24;
    border: 1px solid #505050;
    border-radius: 16px;
}

.lc-booking-empty__text {
    margin: 0 0 18px;
    color: #C2C2C2;
    font-size: 16px;
}

.lc-booking-empty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: #E2C48E;
    color: #1a1f24;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease;
}

.lc-booking-empty__btn:hover {
    background: #d4b377;
}

.lc-booking-form {
    background: #505050;
    border: 1px solid #E2C48E;
    border-radius: 16px;
    padding: 24px;
    color: #C2C2C2;
}

.lc-booking-header {
    margin-bottom: 18px;
}

.lc-booking-header h3 {
    margin: 0 0 8px;
    color: #E2C48E;
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.lc-price-display {
    margin: 0;
    color: #C2C2C2;
}

.lc-price-display strong {
    color: #E2C48E;
    font-size: 28px;
    line-height: 1;
}

.lc-booking-calendar-wrap {
    margin-bottom: 18px;
}

.lc-booking-calendar-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #E8E0CF;
    font-size: 15px;
    line-height: 1.45;
}

.lc-booking-calendar-note-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: linear-gradient(145deg, #86d2ff, #2563eb);
    color: #ffffff;
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,0.24),
        inset 0 -2px 4px rgba(0,0,0,0.28),
        0 7px 16px rgba(37,99,235,0.38);
}

.lc-booking-calendar-note-icon i {
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
}

.lc-booking-calendar-note-text {
    display: inline-block;
    color: #E8E0CF;
    font-weight: 400;
}
.lc-booking-calendar {
    background: #505050;
    border: 1px solid #E2C48E;
    border-radius: 14px;
    padding: 12px;
    overflow: hidden;
}

.lc-booking-calendar .fc {
    background: transparent;
    color: #E2C48E;
}

.lc-booking-calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
    align-items: center;
}

.lc-booking-calendar .fc-toolbar-title {
    color: #E2C48E !important;
    font-family: 'DM Serif Display', serif;
    font-size: 24px !important;
    line-height: 1.1;
    text-transform: lowercase;
}

.lc-booking-calendar .fc-button {
    background: #23364F !important;
    border: 1px solid #23364F !important;
    color: #F3DEAA !important;
    box-shadow: none !important;
}

.lc-booking-calendar .fc-button:hover,
.lc-booking-calendar .fc-button:focus {
    background: #2D4564 !important;
    border-color: #2D4564 !important;
}

.lc-booking-calendar .fc-scrollgrid,
.lc-booking-calendar .fc-scrollgrid-section,
.lc-booking-calendar table,
.lc-booking-calendar td,
.lc-booking-calendar th {
    border-color: rgba(247, 246, 242, 0.55) !important;
}

.lc-booking-calendar .fc-col-header-cell,
.lc-booking-calendar .fc-theme-standard th {
    background: #505050 !important;
}

.lc-booking-calendar .fc-col-header-cell-cushion {
    display: block;
    padding: 8px 0 !important;
    color: #E2C48E !important;
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: none !important;
}

.lc-booking-calendar .fc-daygrid-day-frame {
    min-height: 44px;
    padding: 2px 4px 4px;
}

.lc-booking-calendar .fc-daygrid-day-top {
    justify-content: center;
}

.lc-booking-calendar .fc-daygrid-day-number {
    color: #E2C48E !important;
    padding: 6px 2px 0 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.lc-booking-calendar .fc-day-other .fc-daygrid-day-number {
    color: rgba(226, 196, 142, 0.4) !important;
}

.lc-booking-calendar .fc-daygrid-day,
.lc-booking-calendar .fc-theme-standard td {
    background: #505050 !important;
}

.lc-booking-calendar .fc-day-today {
    background: rgba(226, 196, 142, 0.08) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   LC_CAL_COLORS_V1 (2026-07-31, orden del dueño) — UN COLOR POR ESTADO
   ═══════════════════════════════════════════════════════════════════

   El problema, y sobre todo en el móvil: todas las casillas eran del mismo
   gris (#505050) y los estados se insinuaban con tintes de un 16 % de opacidad
   sobre fondo oscuro — invisibles. Los días pasados, además, iban a
   `opacity: .65`, lo que apagaba también su número: cifras oscuras sobre
   pantalla oscura, que es justo lo que se veía en la captura.

   Ahora cada estado tiene su color de relleno Y su color de número, con
   contraste suficiente para leerse a pleno sol en un móvil:

     · LIBRE     verde apagado  — se puede reservar
     · OCUPADO   rojo           — hay una reserva
     · CERRADO   ámbar          — lo cerró el anfitrión (obras, uso propio)
     · PASADO    gris plano     — ya no se puede elegir

   El estado se distingue por COLOR + posición en la leyenda, no solo por el
   color: quien no distingue rojo y verde sigue teniendo la leyenda al lado y
   el número apagado de los días no seleccionables.
*/

/* LIBRE — el estado por defecto de una casilla seleccionable. */
.lc-booking-calendar .fc-daygrid-day:not(.lc-booking-day-past):not(.lc-booking-day-unavailable):not(.lc-booking-day-closed):not(.fc-day-other) {
    background: rgba(104, 148, 92, 0.22) !important;
}

.lc-booking-calendar .fc-daygrid-day:not(.lc-booking-day-past):not(.lc-booking-day-unavailable):not(.lc-booking-day-closed):not(.fc-day-other) .fc-daygrid-day-number {
    color: #D8F0CF !important;
    font-weight: 600;
}

/* PASADO — plano y apagado, pero el número SE LEE. Antes era `opacity` sobre
   toda la casilla y desaparecía; ahora se baja el contraste a propósito, no
   por efecto secundario. */
.lc-booking-calendar .lc-booking-day-past {
    background: #3A3F45 !important;
}

.lc-booking-calendar .lc-booking-day-past .fc-daygrid-day-number {
    color: #8B9199 !important;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

/* OCUPADO — hay una reserva. */
.lc-booking-calendar .lc-booking-day-unavailable {
    background: rgba(176, 62, 62, 0.55) !important;
}

.lc-booking-calendar .lc-booking-day-unavailable .fc-daygrid-day-number {
    color: #FFD9D9 !important;
    font-weight: 600;
}

/* CERRADO por el anfitrión — no es una reserva, es una decisión suya. Por eso
   color propio: mezclarlo con «ocupado» le quitaba al huésped la única pista
   de que ahí quizá pueda preguntar. */
.lc-booking-calendar .lc-booking-day-closed {
    background: rgba(198, 140, 46, 0.48) !important;
}

.lc-booking-calendar .lc-booking-day-closed .fc-daygrid-day-number {
    color: #FFE9C4 !important;
    font-weight: 600;
}

/* HOY — anillo dorado, sin tocar el color de fondo del estado que tenga. */
.lc-booking-calendar .fc-day-today {
    box-shadow: inset 0 0 0 2px #E2C48E;
}

/* ── Leyenda ─────────────────────────────────────────────────────── */

.lc-booking-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 10px 0 4px;
    font-size: 12.5px;
    color: #C2C2C2;
    line-height: 1.3;
}

.lc-booking-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.lc-booking-legend-box {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    flex: 0 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.lc-booking-legend-box--free     { background: rgba(104, 148, 92, 0.85); }
.lc-booking-legend-box--busy     { background: rgba(176, 62, 62, 0.9); }
.lc-booking-legend-box--closed   { background: rgba(198, 140, 46, 0.9); }
.lc-booking-legend-box--past     { background: #3A3F45; }

.lc-booking-calendar .lc-booking-unavailable-bg,
.lc-booking-calendar .lc-booking-closure-bg,
.lc-booking-calendar .lc-booking-selected-range {
    border-radius: 10px;
}

.lc-booking-calendar .lc-booking-unavailable-bg {
    background: rgba(168, 74, 74, 0.28) !important;
}

.lc-booking-calendar .lc-booking-closure-bg {
    background: rgba(117, 142, 83, 0.55) !important;
}

.lc-booking-calendar .lc-booking-selected-range {
    background: rgba(121, 148, 89, 0.75) !important;
}

.lc-booking-dates {
    display: block;
    margin-bottom: 16px;
}

.lc-booking-field {
    margin-bottom: 16px;
}

.lc-booking-field label {
    display: block;
    margin-bottom: 6px;
    color: #E2C48E;
    font-size: 14px;
    font-weight: 600;
}

.lc-booking-input,
.lc-booking-select,
.lc-booking-guests-select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #F7F6F2;
    background: #0B1014;
    color: #C2C2C2;
    font-size: 16px;
}

.lc-booking-input:focus,
.lc-booking-select:focus,
.lc-booking-guests-select:focus {
    outline: none;
    border-color: #E2C48E;
    box-shadow: 0 0 0 3px rgba(226,196,142,.16);
}

.lc-booking-select,
.lc-booking-guests-select,
select.lc-booking-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #E2C48E 50%), linear-gradient(135deg, #E2C48E 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px;
}

/* Dropdown option list — keep it on-theme instead of the white native list */
.lc-booking-select option,
.lc-booking-guests-select option,
select.lc-booking-input option {
    background: #0B1014;
    color: #F7F6F2;
}

.lc-price-breakdown,
.lc-booking-price-breakdown {
    background: #0B1014;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 8px;
}

.lc-price-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    color: #C2C2C2;
}

.lc-total-row {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(226,196,142,.35);
    color: #E2C48E;
    font-weight: 700;
}

.lc-booking-login-note {
    margin: 0 0 16px;
    font-size: 14px;
}

.lc-booking-login-note a {
    color: #E2C48E;
}

.lc-booking-message {
    min-height: 0;
    margin-bottom: 6px;
}

.lc-booking-date-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 8px;
}

.lc-booking-date-chip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border: 1px solid rgba(247, 246, 242, 0.22);
    border-radius: 12px;
    background: #0B1014;
    min-height: 78px;
    justify-content: center;
}

.lc-booking-date-chip-label {
    color: #E2C48E;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.lc-booking-date-chip-value {
    color: #F7F6F2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}


.lc-booking-message .success,
.lc-booking-message .error {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.lc-booking-message .success {
    color: #7CDE8A;
    background: rgba(76,175,80,.12);
    border: 1px solid rgba(76,175,80,.35);
}

.lc-booking-message .error {
    color: #FFB3BA;
    background: rgba(220,53,69,.12);
    border: 1px solid rgba(220,53,69,.28);
}

.lc-booking-temporary-closure {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255,193,7,.12);
    border: 1px solid rgba(255,193,7,.35);
    color: #F5D36B;
}

.lc-booking-temporary-closure-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lc-booking-temporary-closure-text strong {
    color: #FFE08A;
}
.lc-booking-submit {
    margin-top: 0;
}
@media (max-width: 640px) {
    .lc-booking-form {
        padding: 18px;
    }

    .lc-booking-calendar {
        padding: 8px;
    }

    .lc-booking-calendar .fc-toolbar-title {
        font-size: 18px !important;
    }

.lc-booking-calendar .fc-daygrid-day-frame {
    min-height: 40px;
    }

    .lc-booking-date-summary {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lc-booking-date-chip {
        min-height: 70px;
        padding: 12px 14px;
    }

    .lc-booking-date-chip-value {
        font-size: 15px;
    }


    .lc-booking-temporary-closure {
        padding: 12px 14px;
    }
}

@media (max-width: 640px) {
    .lc-booking-form {
        padding: 18px;
    }

    .lc-booking-calendar {
        padding: 8px;
    }

    .lc-booking-calendar .fc-toolbar-title {
        font-size: 18px !important;
    }

    .lc-booking-calendar .fc-daygrid-day-frame {
        min-height: 52px;
    }

    /* LC_CAL_COLORS_V1: en el móvil el número era lo único que se veía, y se
       veía mal. Se agranda, se centra en la casilla y se le quita el sangrado
       que trae FullCalendar por defecto — con 52 px de alto, una cifra de 11 px
       pegada a una esquina no se lee de un vistazo. */
    .lc-booking-calendar .fc-daygrid-day-number {
        font-size: 15px !important;
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }

    .lc-booking-calendar .fc-daygrid-day-top {
        justify-content: center;
        padding-top: 6px;
    }

    /* Cabecera de días (lun, mar…): igual de apagada que las cifras. */
    .lc-booking-calendar .fc-col-header-cell-cushion {
        font-size: 12px !important;
        color: #E2C48E !important;
    }

    /* LC_CAL_COLORS_V1: en el móvil la leyenda NO se muestra — no hay sitio y
       comería la pantalla al calendario. Se oculta aquí y no se deja de imprimir
       en el HTML: así los lectores de pantalla y el modo escritorio la
       conservan, y basta cambiar esta regla si algún día cabe. */
    .lc-booking-legend {
        display: none;
    }
}
.lc-booking-calendar .fc-daygrid-day {
    cursor: pointer;
}


/* =========================================
   BOOKING CALENDAR
   ========================================= */

/* Прошедшие дни */
.fc .lc-booking-day-past {
    opacity: 0.28;
}

.fc .lc-booking-day-past .fc-daygrid-day-number {
    color: #6f6f6f !important;
    text-decoration: line-through;
}

.fc .lc-booking-day-past .fc-daygrid-day-frame {
    background: rgba(70, 70, 70, 0.16) !important;
    border-radius: 10px;
}

/* Недоступные дни */
.fc .lc-booking-day-unavailable .fc-daygrid-day-frame {
    background: rgba(165, 70, 70, 0.22) !important;
    border-radius: 10px;
}

.fc .lc-booking-day-unavailable .fc-daygrid-day-number {
    color: #cf9a9a !important;
}

/* Закрытые дни */
.fc .lc-booking-day-closed .fc-daygrid-day-frame {
    background: rgba(110, 30, 30, 0.34) !important;
    border-radius: 10px;
}

.fc .lc-booking-day-closed .fc-daygrid-day-number {
    color: #f4c2c2 !important;
    font-weight: 700;
}

/* Базовый выбранный диапазон */
.fc .lc-booking-selected-range {
    background: rgba(226, 196, 142, 0.42) !important;
    border-radius: 0 !important;
}

.fc .lc-booking-selected-range.fc-bg-event {
    opacity: 1 !important;
}

/* Стартовая дата */
.fc .lc-booking-selected-start {
    background: rgba(226, 196, 142, 0.96) !important;
    border-radius: 14px 0 0 14px !important;
}

.fc .lc-booking-selected-start.fc-bg-event {
    opacity: 1 !important;
}

/* Конечная дата */
.fc .lc-booking-selected-end {
    background: rgba(226, 196, 142, 0.96) !important;
    border-radius: 0 14px 14px 0 !important;
}

.fc .lc-booking-selected-end.fc-bg-event {
    opacity: 1 !important;
}

/* Если выбрана только одна дата */
.fc .lc-booking-selected-start:not(.lc-booking-selected-range) {
    border-radius: 14px !important;
}

/* Hover по доступным дням */
.fc .fc-daygrid-day:not(.lc-booking-day-past):not(.lc-booking-day-unavailable):not(.lc-booking-day-closed):hover .fc-daygrid-day-frame {
    background: rgba(226, 196, 142, 0.16) !important;
    border-radius: 10px;
    transition: background 0.18s ease;
}

/* =========================================
   MOBILE REVIEWS TEASER IN BOOKING WIDGET
   ========================================= */

.lc-booking-mobile-reviews-teaser {
    display: none;
}

.lc-booking-mobile-reviews-modal {
    display: none;
}

@media (max-width: 768px) {
    .lc-booking-mobile-reviews-teaser {
        display: block;
        margin-top: 10px;
    }

    .lc-booking-mobile-reviews-open {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        background: rgba(11, 16, 20, 0.78);
        border: 1px solid rgba(226, 196, 142, 0.35);
        border-radius: 14px;
        color: #E2C48E;
        cursor: pointer;
        text-align: left;
    }

    .lc-booking-mobile-reviews-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, #f3d9a6, #cda45a 65%, #8d6a2b 100%);
        color: #1a1f24;
        box-shadow: 0 4px 12px rgba(0,0,0,.28);
        animation: lcReviewsSpin 5s linear infinite;
    }

    .lc-booking-mobile-reviews-icon i {
        font-size: 16px;
    }

    .lc-booking-mobile-reviews-text {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    .lc-booking-mobile-reviews-text strong {
        color: #E2C48E;
        font-size: 13px;
        line-height: 1.2;
    }

    .lc-booking-mobile-reviews-text small {
        color: #d9d9d9;
        font-size: 11px;
        line-height: 1.2;
    }

    .lc-booking-mobile-reviews-modal {
        position: fixed;
        inset: 0;
        z-index: 1400;
    }

    .lc-booking-mobile-reviews-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.58);
        backdrop-filter: blur(2px);
    }

    .lc-booking-mobile-reviews-dialog {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-height: 78vh;
        overflow: hidden;
        border-radius: 20px;
        background: #1a1f24;
        border: 1px solid rgba(226, 196, 142, .35);
        box-shadow: 0 -12px 32px rgba(0,0,0,.36);
        display: flex;
        flex-direction: column;
    }

    .lc-booking-mobile-reviews-head {
        padding: 16px 18px 10px;
        border-bottom: 1px solid rgba(226, 196, 142, .18);
    }

    .lc-booking-mobile-reviews-head h4 {
        margin: 0 0 4px;
        color: #E2C48E;
        font-size: 18px;
    }

    .lc-booking-mobile-reviews-head p {
        margin: 0;
        color: #cfcfcf;
        font-size: 12px;
    }

    .lc-booking-mobile-reviews-body {
        padding: 14px 16px 16px;
        overflow-y: auto;
    }

    .lc-booking-mobile-reviews-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        color: #E2C48E;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        z-index: 2;
    }

    body.lc-booking-mobile-reviews-open {
        overflow: hidden;
    }

    body.lc-booking-mobile-reviews-open .lc-booking-mobile-reviews-modal {
        display: block;
    }
}

@keyframes lcReviewsSpin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

/* Исправление наложения дат в модальном окне на мобильных */
/*
 * LC_CAL_MOBILE_FIT_V2 (2026-08-04) — EL CALENDARIO NO SE VEÍA EN EL MÓVIL.
 *
 * Aquí había un `min-width: 600px` sobre TODAS las tablas del calendario, con la
 * idea de que los días no se apretaran. Pero la hoja de reserva en un teléfono
 * mide unos 320 px: la rejilla salía al doble de ancho que su caja, y como el
 * contenedor recorta lo que sobra (`overflow:hidden`) y se forzaba un scroll
 * horizontal en `.fc-view` —que en FullCalendar 5 no es el elemento que
 * scrollea—, la parrilla de días acababa recortada a una franja. El resultado en
 * pantalla era exactamente lo que se veía: la cabecera «agosto», una rayita, y
 * ningún día.
 *
 * Un mes cabe de sobra en 320 px: son 7 columnas de ~44 px, que es justo la
 * medida cómoda para el dedo. Así que la rejilla se ajusta al ancho disponible y
 * se acabó el scroll horizontal dentro de una hoja que ya scrollea en vertical
 * (dos scrolls cruzados en el mismo sitio es de las cosas más incómodas que hay
 * en un móvil).
 */
@media (max-width: 768px) {
    .lc-booking-card.is-mobile-sheet .lc-booking-calendar,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar {
        padding: 8px;
        overflow: visible;
    }

    .lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc {
        width: 100%;
        max-width: 100%;
    }

    /* Ni min-width ni overflow forzados: la rejilla se adapta a la pantalla. */
    .lc-booking-card.is-mobile-sheet .lc-booking-calendar table,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar table {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-scroller,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-scroller {
        overflow: visible !important;
    }

    /* Altura mínima de la casilla: sin esto, un día vacío deja de ser pulsable. */
    .lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-daygrid-day-frame,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-daygrid-day-frame {
        min-height: 42px;
        min-width: 0;
        padding: 2px;
    }

    .lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-col-header-cell-cushion,
    #lc-booking-card.is-mobile-sheet .lc-booking-calendar .fc-daygrid-day-number {
        padding: 2px 4px;
        font-size: 13px;
    }
}


/* ── Calendar: year above month ─────────────────────────── */
.lc-cal-year {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: rgba(226,196,142,0.65);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 0 0;
}

.lc-booking-calendar .fc-toolbar-title {
    font-size: 15px !important;
    font-weight: 400 !important;
}
