/**
 * Property page styles
 */
.lc-property-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.lc-property-gallery {
    margin-bottom: 30px;
    padding: 18px;
    background: #0B1014;
    border: 1px solid rgba(226,196,142,.18);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.lc-property-gallery-main {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #1a1f24;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(226,196,142,.35);
}

.lc-property-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lc-property-gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(11,16,20,.55);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
}

.lc-property-gallery-prev { left: 16px; }
.lc-property-gallery-next { right: 16px; }

.lc-property-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px;
    margin-top: 12px;
    background: #1a1f24;
    border: 1px solid rgba(226,196,142,.18);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}

.lc-property-gallery-thumb {
    width: 96px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    opacity: .72;
    border: 2px solid transparent;
    flex: 0 0 auto;
    background: #0B1014;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.lc-property-gallery-thumb.active {
    opacity: 1;
    border-color: #E2C48E;
}
.lc-property-gallery-thumb:hover {
    opacity: 1;
    transform: translateY(-1px);
}
.lc-property-content-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 420px);
    gap: 30px;
}

.lc-property-main {
    background: #1a1f24;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #505050;
}

.lc-property-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
    display: block !important;
}

.lc-property-header {
    margin-bottom: 24px;
}

.lc-property-title {
    color: #E2C48E;
    font-size: 2rem;
    margin: 0 0 14px;
    font-family: 'DM Serif Display', serif;
}

.lc-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lc-property-location,
.lc-property-rating {
    color: #C2C2C2;
}

.lc-property-location i {
    color: #E2C48E;
    margin-right: 6px;
}

.lc-rating-new {
    background: #E2C48E;
    color: #0B1014;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.lc-host-info,
.lc-property-features,
.lc-property-reviews,
.lc-property-map-section,
.lc-property-amenities,
.lc-property-description {
    margin-bottom: 24px;
}

.lc-host-info {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #0B1014;
    border-radius: 12px;
}

.lc-host-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.lc-host-details h4 {
    margin: 0 0 8px;
    color: #E2C48E;
}

.lc-host-details p {
    margin: 0;
    color: #C2C2C2;
}

.lc-property-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
    background: #0B1014;
    border-radius: 12px;
}

.lc-feature {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #C2C2C2;
}

.lc-feature i {
    color: #E2C48E;
    font-size: 20px;
}

.lc-property-main h3 {
    color: #E2C48E;
    margin: 0 0 14px;
    font-family: 'DM Serif Display', serif;
    font-size: 32px;
}

.lc-description-content,
.lc-property-main p {
    color: #C2C2C2;
    line-height: 1.65;
}

.lc-amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.lc-amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0B1014;
    padding: 12px 14px;
    border-radius: 10px;
    color: #C2C2C2;
}

.lc-amenity-item i {
    color: #E2C48E;
}

.lc-map {
    min-height: 360px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(226,196,142,.35);
    background: #0B1014;
}

.lc-booking-card {
    position: sticky;
    top: 24px;
    background: #1a1f24;
    border-radius: 16px;
    border: 1px solid #505050;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

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

.lc-price {
    color: #E2C48E;
    font-size: 2rem;
    font-weight: 700;
}

.lc-period {
    color: #C2C2C2;
}

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

.lc-mobile-booking-bar {
    display: none;
}

.lc-booking-sheet-close {
    display: none !important;
}

.lc-booking-sheet-overlay {
    display: none;
}

.lc-mobile-booking-closure-dates {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
    color: #E2C48E;
    opacity: 0.9;
}

.lc-mobile-booking-toggle[disabled],
.lc-mobile-booking-toggle[aria-disabled="true"] {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.15);
}

/* === BOOKING WIDGET SPACING FIX === */

.lc-booking-card .lc-booking-form .lc-price-breakdown {
    margin-bottom: 8px;
}

.lc-booking-card .lc-booking-form .lc-booking-coupon {
    margin-bottom: 4px;
}

.lc-booking-card .lc-booking-form .lc-booking-coupon-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lc-booking-card .lc-booking-form .lc-booking-coupon-message {
    min-height: 0;
    margin-top: 4px;
}

.lc-booking-card .lc-booking-form .lc-booking-message {
    min-height: 0;
    margin-bottom: 4px;
}

.lc-booking-card .lc-booking-form .lc-booking-submit {
    margin-top: 4px;
}

.lc-booking-card .lc-booking-apply-coupon {
    width: 100%;
}

@media (max-width: 992px) {
    .lc-property-content-wrapper {
        grid-template-columns: 1fr;
    }

    .lc-property-sidebar,
    .lc-booking-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .lc-property-page {
        padding: 14px 14px 92px;
    }

    .lc-property-main {
        padding: 20px;
    }

    .lc-property-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc-mobile-booking-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
        background: rgba(11,16,20,0.98);
        border-top: 1px solid rgba(226,196,142,.25);
        box-shadow: 0 -8px 24px rgba(0,0,0,.25);
    }

    .lc-mobile-booking-price {
        display: flex;
        flex-direction: column;
        color: #C2C2C2;
        font-size: 13px;
    }

    .lc-mobile-booking-price strong {
        color: #E2C48E;
        font-size: 20px;
        line-height: 1;
    }

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

    body.lc-booking-sheet-open .lc-mobile-booking-bar {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: opacity .2s ease, transform .2s ease;
    }

    .lc-booking-sheet-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.55);
        z-index: 1300;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
    }

    body.lc-booking-sheet-open .lc-booking-sheet-overlay {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    #lc-booking-card.is-mobile-sheet {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1301;
        max-height: 85vh;
        overflow-y: auto;
        border-radius: 20px 20px 0 0;
        padding: 44px 14px 14px;
        box-shadow: 0 -12px 30px rgba(0,0,0,.35);
        background: #1a1f24;
        margin: 0;
        width: 100%;
        display: block;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-sheet-close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 12px;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        color: #E2C48E;
        font-size: 24px;
        cursor: pointer;
        z-index: 10;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-price-breakdown {
        margin-bottom: 6px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-booking-coupon {
        margin-bottom: 2px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-booking-coupon-row {
        gap: 6px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-booking-coupon-message {
        min-height: 0;
        margin-top: 2px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-booking-message {
        min-height: 0;
        margin-bottom: 2px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-form .lc-booking-submit {
        margin-top: 2px;
    }

    #lc-booking-card.is-mobile-sheet .lc-booking-apply-coupon {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .lc-property-gallery-thumb {
        width: 78px;
        height: 58px;
    }
}






/* ===== Booking widget calendar override (mobile first) ===== */

.lc-booking-card .lc-booking-calendar,
.lc-property-sidebar .lc-booking-calendar {
    width: 100%;
}

.lc-booking-card .lc-booking-calendar .fc,
.lc-property-sidebar .lc-booking-calendar .fc {
    font-size: 12px;
}

.lc-booking-card .lc-booking-calendar .fc-scrollgrid,
.lc-property-sidebar .lc-booking-calendar .fc-scrollgrid {
    border-collapse: collapse !important;
}

.lc-booking-card .lc-booking-calendar .fc-daygrid-body-natural .fc-daygrid-day-events,
.lc-property-sidebar .lc-booking-calendar .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0 !important;
}

.lc-booking-card .lc-booking-calendar .fc-daygrid-day-frame,
.lc-property-sidebar .lc-booking-calendar .fc-daygrid-day-frame {
    min-height: 34px !important;
    height: 34px !important;
    padding: 2px !important;
}

.lc-booking-card .lc-booking-calendar .fc-daygrid-day-top,
.lc-property-sidebar .lc-booking-calendar .fc-daygrid-day-top {
    justify-content: center;
    padding-top: 2px;
}

.lc-booking-card .lc-booking-calendar td,
.lc-booking-card .lc-booking-calendar th,
.lc-property-sidebar .lc-booking-calendar td,
.lc-property-sidebar .lc-booking-calendar th {
    vertical-align: top !important;
}

.lc-booking-card .lc-booking-calendar .fc-col-header-cell-cushion,
.lc-property-sidebar .lc-booking-calendar .fc-col-header-cell-cushion {
    font-size: 11px;
    padding: 4px 1px !important;
}

.lc-booking-card .lc-booking-date-summary,
.lc-property-sidebar .lc-booking-date-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.lc-booking-card .lc-booking-date-chip,
.lc-property-sidebar .lc-booking-date-chip {
    min-height: 52px;
    padding: 8px 10px;
    border-radius: 12px;
}

.lc-booking-card .lc-booking-date-chip-value,
.lc-property-sidebar .lc-booking-date-chip-value {
    display: block;
    margin-top: 4px;
    font-weight: 600;
    font-size: 13px;
}

@media (min-width: 768px) {
    .lc-booking-card .lc-booking-calendar .fc,
    .lc-property-sidebar .lc-booking-calendar .fc {
        font-size: 13px;
    }

    .lc-booking-card .lc-booking-calendar .fc-daygrid-day-frame,
    .lc-property-sidebar .lc-booking-calendar .fc-daygrid-day-frame {
        min-height: 36px !important;
        height: 36px !important;
        padding: 2px 3px !important;
    }

    .lc-booking-card .lc-booking-calendar .fc-col-header-cell-cushion,
    .lc-property-sidebar .lc-booking-calendar .fc-col-header-cell-cushion {
        font-size: 12px;
        padding: 5px 2px !important;
    }

    .lc-booking-card .lc-booking-date-chip,
    .lc-property-sidebar .lc-booking-date-chip {
        min-height: 54px;
        padding: 9px 12px;
    }
}

@media (min-width: 1024px) {
    .lc-booking-card .lc-booking-calendar .fc,
    .lc-property-sidebar .lc-booking-calendar .fc {
        font-size: 14px;
    }

    .lc-booking-card .lc-booking-calendar .fc-daygrid-day-frame,
    .lc-property-sidebar .lc-booking-calendar .fc-daygrid-day-frame {
        min-height: 38px !important;
        height: 38px !important;
        padding: 2px 4px !important;
    }

    .lc-booking-card .lc-booking-calendar .fc-col-header-cell-cushion,
    .lc-property-sidebar .lc-booking-calendar .fc-col-header-cell-cushion {
        font-size: 12px;
        padding: 6px 2px !important;
    }

    .lc-booking-card .lc-booking-date-chip,
    .lc-property-sidebar .lc-booking-date-chip {
        min-height: 56px;
        padding: 10px 12px;
    }

    .lc-booking-card .lc-booking-date-chip-value,
    .lc-property-sidebar .lc-booking-date-chip-value {
        font-size: 14px;
    }
}

/* ===== Booking date chips redesign ===== */

.lc-booking-date-summary {
    display: flex;
    gap: 10px;
}

.lc-booking-date-chip {
    flex: 1;
    min-width: 142px;
    background: #07141c;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.35);
    transition: all 0.2s ease;
}

.lc-booking-date-chip-label {
    display: block;
    font-size: 12px;
    color: #d4b06a;
    margin-bottom: 6px;
}

.lc-booking-date-chip input {
    width: 100%;
    border: none;
    outline: none;
    background: #e9e9e9;
    color: #222;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 500;
    text-align: center;
}

.lc-booking-date-chip input:focus {
    box-shadow: 0 0 0 2px rgba(212,176,106,0.3);
}

.lc-booking-date-chip input::placeholder {
    color: #888;
}

.lc-booking-date-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.45);
}

.lc-booking-date-chip.active {
    box-shadow: 0 0 0 2px rgba(226, 196, 142, 0.6);
}

.lc-booking-date-chip.active input {
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .lc-booking-date-summary {
        gap: 8px;
    }

    .lc-booking-date-chip {
        min-width: 0;
        max-width: 140px;
        padding: 12px 14px;
    }

    .lc-booking-date-chip input {
        font-size: 12px;
        padding: 7px 8px;
    }
}

/* =========================================
   AMENITIES TEASER + MODAL
   ========================================= */

.lc-amenities-display-title {
    color: #E2C48E;
    margin: 0 0 14px;
    font-family: 'DM Serif Display', serif;
    font-size: 32px;
}

.lc-amenities-display-teaser {
    display: none;
}

.lc-amenities-display-open {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #0B1014;
    border: 1px solid rgba(226,196,142,.35);
    border-radius: 14px;
    color: #E2C48E;
    text-align: left;
    cursor: pointer;
}

.lc-amenities-display-open-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    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);
}

.lc-amenities-display-open-icon i {
    font-size: 18px;
}

.lc-amenities-display-open-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lc-amenities-display-open-text strong {
    color: #E2C48E;
    font-size: 14px;
    line-height: 1.2;
}

.lc-amenities-display-open-text small {
    color: #C2C2C2;
    font-size: 12px;
    line-height: 1.2;
}

.lc-amenities-display-desktop-preview {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.lc-amenities-display-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 64px);
    gap: 14px 10px;
    width: max-content;
    min-width: 100%;
    justify-content: start;
}

.lc-amenities-display-preview-item {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 64px;
    min-width: 64px;
    cursor: pointer;
    text-align: center;
}

.lc-amenities-display-preview-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    margin: 0 auto;
    background: #1a1f24;
    border: 1px solid rgba(226,196,142,.18);
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.lc-amenities-display-preview-caption {
    display: block;
    width: 64px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.lc-amenities-display-preview-cta {
    display: none;
}

.lc-amenities-modal {
    display: none;
}

body.lc-amenities-modal-open .lc-amenities-modal[aria-hidden="false"] {
    display: block;
}

.lc-amenities-modal {
    position: fixed;
    inset: 0;
    z-index: 4200;
}

.lc-amenities-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.58);
    backdrop-filter: blur(2px);
    z-index: 4201;
}

.lc-amenities-modal-dialog {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: min(720px, calc(100vw - 48px));
    transform: translateX(-50%);
    max-height: 80vh;
    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;
    z-index: 4202;
}

.lc-amenities-modal-head {
    position: relative;
    padding: 16px 18px 10px;
    border-bottom: 1px solid rgba(226,196,142,.18);
}

.lc-amenities-modal-head h4 {
    margin: 0 0 4px;
    color: #E2C48E;
    font-size: 18px;
}

.lc-amenities-modal-head p {
    margin: 0;
    color: #cfcfcf;
    font-size: 12px;
}

.lc-amenities-modal-body {
    padding: 14px 16px 16px;
    overflow-y: auto;
}

.lc-amenities-modal-group {
    padding: 8px 0 14px;
    border-bottom: 1px solid rgba(226,196,142,.12);
    scroll-margin-top: 14px;
}

.lc-amenities-modal-group:last-child {
    border-bottom: none;
}

.lc-amenities-modal-group-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: #E2C48E;
    font-size: 14px;
}

.lc-amenities-modal-group-focus {
    background: rgba(226,196,142,.08);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(226,196,142,.18) inset;
}

.lc-amenities-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
    gap: 12px;
}

.lc-amenities-modal-photo {
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.lc-amenities-modal-photo img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(226,196,142,.28);
    background: #0B1014;
}

.lc-amenities-modal-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: 4203;
}

body.lc-amenities-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .lc-amenities-display-desktop-preview {
        display: none;
    }

   .lc-amenities-display-teaser {
    display: none !important;
}

    .lc-amenities-modal-dialog {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        transform: none;
        max-height: 78vh;
    }
}

@media (min-width: 769px) {
    .lc-amenities-display-teaser {
        display: none;
    }

    .lc-amenities-display-desktop-preview {
        display: flex;
    }
}

/* =========================================
   AMENITIES LIGHTBOX
   ========================================= */

.lc-amenities-lightbox {
    display: none;
}

.lc-amenities-lightbox[aria-hidden="false"] {
    display: block;
}

.lc-amenities-lightbox {
    position: absolute;
    inset: 0;
    z-index: 4300;
}

.lc-amenities-lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    z-index: 4301;
}

.lc-amenities-lightbox-dialog {
    position: absolute;
    inset: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4302;
}

.lc-amenities-lightbox-image-wrap {
    max-width: 100%;
    max-height: 100%;
    padding: 18px;
    border-radius: 18px;
    background: #11181d;
    border: 1px solid rgba(226,196,142,.25);
    box-shadow: 0 12px 32px rgba(0,0,0,.45);
}

.lc-amenities-lightbox-image {
    display: block;
    max-width: min(90vw, 720px);
    max-height: min(72vh, 720px);
    width: auto;
    height: auto;
    border-radius: 12px;
}

.lc-amenities-lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    color: #E2C48E;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 4303;
}

@media (max-width: 768px) {
    .lc-amenities-lightbox-dialog {
        inset: 10px;
    }

    .lc-amenities-lightbox-image-wrap {
        padding: 12px;
        border-radius: 14px;
    }

    .lc-amenities-lightbox-image {
        max-width: 92vw;
        max-height: 70vh;
    }
}

/* ===== BONO PROMOCIONAL ===== */

.lc-booking-bonus {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(226, 196, 142, 0.3);
}

.lc-booking-bonus-row {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.lc-booking-bonus-code {
    flex: 1;
    padding: 10px 12px;
    background: #0B1014;
    border: 1px solid #E2C48E;
    border-radius: 8px;
    color: #C2C2C2;
    font-size: 14px;
}

.lc-booking-bonus-code:focus {
    outline: none;
    border-color: #F8D189;
    box-shadow: 0 0 0 2px rgba(226, 196, 142, 0.3);
}

.lc-booking-apply-bonus {
    background: #E2C48E;
    color: #0B1014;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.lc-booking-apply-bonus:hover {
    background: #F8D189;
    transform: translateY(-2px);
}

.lc-booking-apply-bonus:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.lc-booking-bonus-message {
    margin-top: 8px;
    font-size: 12px;
    min-height: 24px;
}

.lc-booking-bonus-message .success {
    color: #4CAF50;
}

.lc-booking-bonus-message .error {
    color: #dc3545;
}

/* ===== Отступы между купонами и бонусами ===== */

.lc-booking-coupon {
    margin-bottom: 8px;
}

.lc-booking-coupon + .lc-booking-bonus {
    margin-top: 12px;
    padding-top: 12px;
}

/* ===== Адаптация для мобильной версии ===== */

@media (max-width: 768px) {
    .lc-booking-bonus-row {
        flex-direction: column;
        gap: 8px;
    }
    
    .lc-booking-bonus-code {
        width: 100%;
        padding: 12px;
    }
    
    .lc-booking-apply-bonus {
        width: 100%;
        padding: 12px;
    }
    
    .lc-booking-coupon + .lc-booking-bonus {
        margin-top: 15px;
        padding-top: 15px;
    }
}

/* ===== Для карточки бронирования в сайдбаре ===== */

.lc-booking-card .lc-booking-bonus {
    margin-top: 12px;
    padding-top: 12px;
}

.lc-booking-card .lc-booking-bonus-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lc-booking-card .lc-booking-apply-bonus {
    width: 100%;
}

/* ===== Для мобильной панели бронирования ===== */

#lc-booking-card.is-mobile-sheet .lc-booking-bonus {
    margin-top: 8px;
    padding-top: 8px;
}

#lc-booking-card.is-mobile-sheet .lc-booking-bonus-row {
    flex-direction: column;
    gap: 6px;
}

#lc-booking-card.is-mobile-sheet .lc-booking-apply-bonus {
    width: 100%;
}
/* Золотой цвет для заголовка бонуса */
.lc-booking-bonus label {
    color: #E2C48E;
}