/* =========================================================
   GLASSHOUSE MOUNTAIN ECOLODGE
   ACCOMMODATION DETAILS PAGE
   ========================================================= */

/* =========================================================
   GLOBAL
   ========================================================= */

.gme-accommodation-page {
    background: #FAF6EF;
    color: #1E301C;
    width: 100%;
    box-sizing: border-box;
}

.gme-accommodation-page *,
.gme-accommodation-page *::before,
.gme-accommodation-page *::after {
    box-sizing: border-box;
}


/* =========================================================
   MAIN ACCOMMODATION LAYOUT
   ========================================================= */

.gme-accommodation-layout {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 55px;
    align-items: start;
}


/* =========================================================
   LEFT — ACCOMMODATION DETAILS
   ========================================================= */

.gme-accommodation-details {
    min-width: 0;
}


/* =========================================================
   HEADER / ROOM INFORMATION
   ========================================================= */

/* Room title */

.gme-accommodation-details h1 {
    font-size: 36px;
    line-height: 1.15;

    color: #1E301C;

    margin: 0 0 6px;
}


/* Room subtitle */

.gme-accommodation-details .gme-room-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    color: #1E301CA1;

    margin: 0 0 20px;
}


/* Header information:
   Max Guests / Room Size / Bed Configuration etc.
*/

.gme-accommodation-details .gme-room-info,
.gme-accommodation-details .gme-room-meta {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;

    color: #1E301C;
}


/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.gme-accommodation-details h2 {
    font-size: 24px;
    line-height: 1.25;

    color: #1E301C;

    margin: 0 0 18px;
}


/* =========================================================
   SECTION SPACING + DIVIDERS
   ========================================================= */

.gme-accommodation-details > section {
    padding: 30px 0;

    border-bottom: 1px solid #DED6CBCC;
}

.gme-accommodation-details > section:first-child {
    padding-top: 0;
}

.gme-accommodation-details > section:last-child {
    border-bottom: none;
}


/* =========================================================
   A) ABOUT THIS STAY
   ========================================================= */

.gme-about-stay h2 {
    font-size: 24px;
    color: #1E301C;
}

.gme-about .gme-about-content,
.gme-about .gme-about-content pre {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7;
    color: #1E301C !important;
    white-space: normal;
    margin: 0;
}


/* =========================================================
   B) ROOM FEATURES
   ========================================================= */

.gme-room-features h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Feature grid */

.gme-room-features-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 55px;
    row-gap: 22px;
}


/* Individual feature */

.gme-room-feature {
    display: flex;
    flex-direction: column;

    gap: 3px;
}


/* Field label */

.gme-room-feature-label {
    font-family: "Poppins", sans-serif;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.4;

    color: #1E301CA1;
}


/* Field value */

.gme-room-feature-value {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.6;

    color: #1E301C;
}


/* =========================================================
   C) SLEEPING ARRANGEMENT
   ========================================================= */

.gme-sleeping-arrangement h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Sleeping cards */

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 560px;
}    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}/* Sleeping cards */

.gme-sleeping-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 560px;
}


/* Card */

.gme-sleeping-card {
    overflow: hidden;

    background: #FFFDF8;

    border-radius: 10px;

    box-shadow: 0 3px 12px rgba(30, 48, 28, 0.06);
}


/* Image */

.gme-sleeping-card img {
    display: block;

    width: 100%;
    height: 135px;

    object-fit: cover;
}


/* Card content */

    padding: 12px 13px 14px;
}.gme-sleeping-card-content {
    padding: 16px 18px 18px;
}


/* Sleeping title */

.gme-sleeping-card-title {
    font-family: "Poppins", sans-serif;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.4;

    color: #1E301C;

    margin-bottom: 4px;
}


/* Sleeping description */

.gme-sleeping-card-description {
    font-family: "Poppins", sans-serif;

    font-size: 12px;
    font-weight: 500;

    line-height: 1.5;

    color: #1E301CA1;
}


/* =========================================================
   D) WHERE YOU'LL BE
   ========================================================= */

.gme-location h2,
.gme-where-youll-be h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Location image */

.gme-location-image {
    width: 100%;

    overflow: hidden;

    border-radius: 10px;
}

.gme-location-image img {
    display: block;

    width: 100%;
    height: auto;
}


/* =========================================================
   E) SHARED FACILITIES
   ========================================================= */

.gme-shared-facilities h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Shared facilities content */

.gme-shared-facilities,
.gme-shared-facilities p,
.gme-shared-facilities li {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.7;

    color: #1E301C;
}

.gme-shared-facilities ul {
    margin: 0;
    padding-left: 20px;
}


/* =========================================================
   F) EXTRAS / ADD-ONS
   ========================================================= */

.gme-extras h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Extras grid */

.gme-extras-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 55px;
    row-gap: 15px;
}


/* Extra item */

.gme-extra-item {
    display: flex;

    align-items: center;
    justify-content: flex-start;

    gap: 24px;
}
/* Extra icon */

.gme-extra-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gme-extra-icon img {
    display: block;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    object-fit: contain;
}
    

    

/* Extra name */

.gme-extra-name {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.5;

    color: #1E301C;
}


/* Extra price */

.gme-extra-price {
    font-family: "Poppins", sans-serif;

    font-size: 16px;
    font-weight: 600;

    line-height: 1.4;

    color: #1E301C;

    white-space: nowrap;
}


/* =========================================================
   G) POLICIES / IMPORTANT NOTES
   ========================================================= */

.gme-policies h2,
.gme-important-notes h2 {
    font-size: 24px;
    color: #1E301C;
}


/* Policies content */

.gme-policies,
.gme-policies p,
.gme-policies li,
.gme-important-notes,
.gme-important-notes p,
.gme-important-notes li {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.7;

    color: #1E301C;
}

.gme-policies ul,
.gme-important-notes ul {
    margin: 0;
    padding-left: 20px;
}


/* =========================================================
   BOOKING WIDGET
   ========================================================= */

.gme-booking-widget {
    position: sticky;
    top: 30px;

    background: #FFFDF8;

    border: 1px solid #DED6CBCC;
    border-radius: 12px;

    padding: 24px;

    box-shadow:
        0 8px 25px rgba(30, 48, 28, 0.08);
}


/* =========================================================
   GALLERY
   ========================================================= */

.gme-gallery {
    width: 100%;
    margin-bottom: 35px;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 900px) {

    .gme-accommodation-layout {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 35px;
    }

    .gme-booking-widget {
        position: relative;
        top: auto;

        width: 100%;
    }

    .gme-room-features-grid {
        column-gap: 30px;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gme-accommodation-layout {
        width: calc(100% - 24px);

        gap: 25px;
    }


    /* Header */

    .gme-accommodation-details h1 {
        font-size: 30px;
    }


    /* Section headings */

    .gme-accommodation-details h2,
    .gme-about-stay h2,
    .gme-room-features h2,
    .gme-sleeping-arrangement h2,
    .gme-location h2,
    .gme-where-youll-be h2,
    .gme-shared-facilities h2,
    .gme-extras h2,
    .gme-policies h2 {
        font-size: 22px;
    }


    /* Features */

    .gme-room-features-grid {
        grid-template-columns: 1fr;

        row-gap: 18px;
    }


    /* Sleeping */

    .gme-sleeping-grid {
        grid-template-columns: 1fr 1fr;
    }


    /* Extras */

    .gme-extras-grid {
        grid-template-columns: 1fr;

        row-gap: 13px;
    }


    /* Booking */

    .gme-booking-widget {
        position: relative;
        top: auto;

        padding: 20px;
    }

}

/* =========================================================
   ACCOMMODATION HEADER
   ========================================================= */

.gme-accommodation-page .gme-header {
    width: 100%;
    margin: 0;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #DED6CBCC;
}


/* ROOM TITLE */

.gme-accommodation-page .gme-header .gme-room-title {
    margin: 0 0 8px 0;
    padding: 0;

    font-size: 36px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;

    color: #1E301C !important;
}


/* ROOM SUBTITLE */

.gme-accommodation-page .gme-header .gme-room-subtitle {
    margin: 0 0 22px 0;
    padding: 0;

    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;

    color: #1E301CA1 !important;
}


/* HEADER BOTTOM ROW */

.gme-accommodation-page .gme-header .gme-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
}


/* BASIC INFORMATION */

.gme-accommodation-page .gme-header .gme-basic-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 28px;
}


/* INDIVIDUAL INFORMATION ITEM */

.gme-accommodation-page .gme-header .gme-basic-item {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin: 0;
    padding: 0;

    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    color: #1E301C !important;
}


/* HEADER ICONS */

.gme-accommodation-page .gme-header .gme-basic-item img {
    display: block;

    width: 32px;
    height: 32px;

    object-fit: contain;
}


/* SHARE */

.gme-accommodation-page .gme-header .gme-share-button {
    display: inline-flex;
    align-items: center;

    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;

    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;

    color: #1E301C !important;

    cursor: pointer;
    text-decoration: none;
}

.gme-accommodation-page .gme-header .gme-share-button:hover,
.gme-accommodation-page .gme-header .gme-share-button:focus,
.gme-accommodation-page .gme-header .gme-share-button:active {
    background: transparent;
    color: #1E301C !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    outline: none;
}


/* SHARE ICON */

.gme-accommodation-page .gme-header .gme-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    line-height: 1;

    color: #1E301C;
}


/* SHARE HOVER */

.gme-accommodation-page .gme-header .gme-share-button:hover,
.gme-accommodation-page .gme-header .gme-share-button:focus {
    background: transparent;
    color: #1E301C;
    outline: none;
}


/* =========================================================
   HEADER — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .gme-accommodation-page .gme-header {
        padding-bottom: 22px;
    }

    .gme-accommodation-page .gme-header .gme-room-title {
        font-size: 30px !important;
    }

    .gme-accommodation-page .gme-header .gme-header-bottom {
        align-items: flex-start;
        gap: 20px;
    }

    .gme-accommodation-page .gme-header .gme-basic-info {
        gap: 12px 20px;
    }

    .gme-accommodation-page .gme-header .gme-basic-item {
        font-size: 13px !important;
    }

}

/* =========================================================
   ROOM FEATURES
   ========================================================= */

/* Two-column feature layout */
.gme-features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 26px;
}

/* Individual feature */
.gme-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Temporary icon placeholder */
.gme-feature-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.gme-feature-icon img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}
/* Temporary placeholder box */
.gme-icon-placeholder {
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #1E301CA1;
    border-radius: 3px;
    opacity: 0.65;
}

/* Text area */
.gme-feature-text {
    flex: 1;
    min-width: 0;
}

/* Feature label */
.gme-feature-label {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    color: #1E301CA1 !important;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

/* Feature value */
.gme-feature-value {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.6;
    color: #1E301C !important;
    margin: 0;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .gme-features-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 22px;
    }

}

/* =========================================================
   SLEEPING ARRANGEMENT — FORCE 2 SIDE-BY-SIDE CARDS
   ========================================================= */

.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 560px !important;
}

.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-card {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
}

/* Image */
.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-card img {
    display: block;
    width: 100% !important;
    height: 135px;
    object-fit: cover;
}

/* Card content */
.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-card-content {
    padding: 12px 13px 14px;
}

/* Card title — NOT a heading style */
.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-card-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    color: #1E301C !important;
    margin: 0 0 4px;
}

/* Card description */
.gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-card-description {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #1E301CA1 !important;
    margin: 0;
}

/* Keep two cards side-by-side on desktop/tablet */
@media (min-width: 769px) {
    .gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Stack only on mobile */
@media (max-width: 768px) {
    .gme-accommodation-page .gme-sleeping-arrangement .gme-sleeping-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }
}

/* =========================================================
   GALLERY MODAL
   ========================================================= */

.gme-gallery-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;

    display: none;
    align-items: center;
    justify-content: center;

    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.92);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
}

.gme-gallery-modal.is-open {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}


/* Dark background */

.gme-gallery-modal-overlay {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;
}


/* Modal content area */

.gme-gallery-modal-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    padding: 60px 90px;
}


/* Main image */

.gme-gallery-modal-image-wrap {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 90vw;
    max-height: 85vh;
}

.gme-gallery-modal-image {
    display: block;

    max-width: 90vw;
    max-height: 85vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 4px;
}


/* Close button */

.gme-gallery-close {
    position: absolute;

    top: 24px;
    right: 30px;

    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #FFFFFF;

    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;
}


/* Previous / Next */

.gme-gallery-prev,
.gme-gallery-next {
    position: absolute;

    top: 50%;

    z-index: 10;

    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.25);

    color: #FFFFFF;

    font-family: Arial, sans-serif;
    font-size: 22px;

    cursor: pointer;

    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.gme-gallery-prev:hover,
.gme-gallery-next:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.8);
}

.gme-gallery-prev {
    left: 25px;
}

.gme-gallery-next {
    right: 25px;
}


/* Counter */

.gme-gallery-counter {
    position: absolute;

    bottom: 25px;
    left: 50%;

    z-index: 10;

    transform: translateX(-50%);

    color: #FFFFFF;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.02em;
}


/* Prevent page scrolling while modal is open */

body.gme-gallery-open {
    overflow: hidden !important;
}


/* Mobile */

@media (max-width: 768px) {

    .gme-gallery-modal-inner {
        padding: 50px 20px;
    }

    .gme-gallery-modal-image-wrap,
    .gme-gallery-modal-image {
        max-width: calc(100vw - 40px);
        max-height: 80vh;
    }

    .gme-gallery-close {
        top: 15px;
        right: 18px;
    }

    .gme-gallery-prev,
    .gme-gallery-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gme-gallery-prev {
        left: 12px;
    }

    .gme-gallery-next {
        right: 12px;
    }

}

/* =========================================================
   ACCOMMODATION GALLERY
   ========================================================= */

.gme-accommodation-page .gme-gallery {
    width: 100%;
    margin: 0 0 48px;
    padding: 0;
}

.gme-accommodation-page .gme-gallery-grid {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 4px;

    width: 100%;
    height: 415px;

    overflow: hidden;

    border-radius: 16px;
}


/* =========================================================
   GALLERY ITEMS
   ========================================================= */

.gme-accommodation-page .gme-gallery-item {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border: 0;
    border-radius: 0;

    background: none;

    cursor: pointer;
}


/* Images */

.gme-accommodation-page .gme-gallery-item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


/* Hover */

.gme-accommodation-page .gme-gallery-item:hover img {
    transform: scale(1.03);
}


/* =========================================================
   IMAGE POSITIONS
   ========================================================= */

/* Large featured image */

.gme-accommodation-page .gme-gallery-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* Top middle */

.gme-accommodation-page .gme-gallery-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}


/* Top right */

.gme-accommodation-page .gme-gallery-item:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}


/* Bottom middle */

.gme-accommodation-page .gme-gallery-item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}


/* Bottom right */

.gme-accommodation-page .gme-gallery-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

/* =========================================
   GALLERY — HIDDEN MODAL IMAGES
   ========================================= */

.gme-gallery-hidden-item {
    display: none !important;
}


/* =========================================
   GALLERY — SHOW ALL PHOTOS BUTTON
   ========================================= */

.gme-gallery-grid {
    position: relative;
}

.gme-gallery-show-all {
    position: absolute;
    right: 16px;
    bottom: 16px;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 4px 8px;

    background: rgba(255, 255, 255, 0.90);
    border: none;
    border-radius: 8px;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2;

    color: #1E301C !important;

    cursor: pointer;

    z-index: 20;

    box-shadow: 0 2px 8px rgba(30, 48, 28, 0.08);
}

.gme-gallery-show-all:hover {
    background: rgba(255, 255, 255, 0.96);
}

.gme-gallery-show-all-icon {
    font-size: 14px;
    line-height: 1;
}


/* =========================================
   GALLERY — SHOW ALL PHOTOS OVERRIDE
   ========================================= */

.gme-gallery .gme-gallery-show-all {
    background: rgba(255, 255, 255, 0.90) !important;
    background-color: rgba(255, 255, 255, 0.90) !important;

    color: #1E301C !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;

    border: none !important;
    border-radius: 8px !important;

    cursor: pointer;
}

.gme-gallery .gme-gallery-show-all:hover {
    background: rgba(255, 255, 255, 0.96) !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    color: #1E301C !important;
}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .gme-accommodation-page .gme-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 240px 140px 140px;

        height: 528px;

        gap: 4px;

        border-radius: 12px;
    }

    .gme-accommodation-page .gme-gallery-item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .gme-accommodation-page .gme-gallery-item:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .gme-accommodation-page .gme-gallery-item:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .gme-accommodation-page .gme-gallery-item:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    .gme-accommodation-page .gme-gallery-item:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

}

/* =========================================================
   BOOKING WIDGET — PHP
   Scoped exclusively to .gme-bc
   ========================================================= */


/* -----------------------------------------
   WRAPPER
   ----------------------------------------- */

.gme-bc {
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.gme-bc *,
.gme-bc *::before,
.gme-bc *::after {
    box-sizing: border-box;
}


/* -----------------------------------------
   CARD
   ----------------------------------------- */

.gme-bc .gme-card {
    position: relative;

    width: 100%;

    background: #FFFFFF;

    border: 1px solid #E5E0D8;

    border-radius: 20px;

    padding: 28px;

    box-shadow:
        0 8px 40px rgba(26, 46, 26, 0.12),
        0 2px 8px rgba(26, 46, 26, 0.06);
}


/* -----------------------------------------
   PRICE
   ----------------------------------------- */

.gme-bc .gme-price-row {
    margin-bottom: 20px;
}

.gme-bc .gme-price-amount {
    font-family: "Poppins", sans-serif;

    font-size: 28px;
    font-weight: 400;

    line-height: 1.1;

    color: #2A2A2A;
}

.gme-bc .gme-price-amount strong {
    font-weight: 600;
}

.gme-bc .gme-price-per {
    font-size: 14px;
    font-weight: 400;

    color: #6B6B6B;
}

.gme-bc .gme-rating-mini {
    display: flex;
    align-items: center;

    gap: 4px;

    margin-top: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 400;

    color: #2A2A2A;
}

.gme-bc .gme-star-icon {
    width: 12px;
    height: 12px;

    fill: #F59E0B;
}


/* -----------------------------------------
   DATES
   ----------------------------------------- */

.gme-bc .gme-dates {
    border: 1.5px solid #D8CDB8;

    border-radius: 12px;

    overflow: hidden;

    margin-bottom: 10px;
}

.gme-bc .gme-dates-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;
}

.gme-bc .gme-field {
    padding: 14px 16px;

    cursor: pointer;

    transition: background 0.2s ease;
}

.gme-bc .gme-field:hover {
    background: #F7F4EE;
}

.gme-bc .gme-field-border-right {
    border-right: 1px solid #D8CDB8;
}

.gme-bc .gme-field-label {
    font-family: "Poppins", sans-serif;

    font-size: 10px;
    font-weight: 600;

    line-height: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.06em;

    color: #1E301C;

    margin-bottom: 3px;
}

.gme-bc .gme-field-value {
    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 300;

    line-height: 1.4;

    color: #6B6B6B;
}


/* Hidden calendar input */

.gme-bc #gme-range-picker {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}


/* -----------------------------------------
   GUESTS
   ----------------------------------------- */

.gme-bc .gme-guests {
    border: 1.5px solid #D8CDB8;

    border-radius: 12px;

    padding: 14px 16px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 16px;
}

.gme-bc .gme-chevron {
    width: 18px;
    height: 18px;

    stroke: #2A2A2A;

    fill: none;

    stroke-width: 2;
}


/* -----------------------------------------
   RESERVE BUTTON
   ----------------------------------------- */

.gme-bc .gme-reserve-btn {
    display: block;

    width: 100%;

    padding: 16px;

    background: #1E301C;

    color: #FFFFFF;

    border-radius: 12px;

    text-align: center;
    text-decoration: none;

    font-family: "Poppins", sans-serif;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.4;

    transition:
        background 0.2s ease,
        color 0.2s ease;

    margin-bottom: 10px;
}

.gme-bc .gme-reserve-btn:hover {
    background: #2D4A2A;

    color: #FFFFFF;
}


/* -----------------------------------------
   PRICE BREAKDOWN
   ----------------------------------------- */

.gme-bc .gme-breakdown {
    border-top: 1px solid #E5E0D8;

    padding-top: 18px;

    display: flex;

    flex-direction: column;

    gap: 10px;
}

.gme-bc .gme-breakdown-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 400;

    line-height: 1.4;

    color: #2A2A2A;
}

.gme-bc .gme-breakdown-total {
    border-top: 1px solid #E5E0D8;

    padding-top: 10px;

    font-weight: 600;
}


/* =========================================================
   FLATPICKR
   ========================================================= */

.flatpickr-calendar {
    border: none !important;

    border-radius: 18px !important;

    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.12) !important;

    font-family: "Poppins", sans-serif !important;

    z-index: 999999 !important;
}

.flatpickr-day.selected {
    background: #1E301C !important;

    border-color: #1E301C !important;
}

.flatpickr-day.today {
    border-color: #1E301C !important;
}

.flatpickr-day:hover {
    background: #F2ECE3 !important;
}

.flatpickr-current-month {
    font-family: "Poppins", sans-serif !important;
}


/* =========================================================
   BOOKING WIDGET — MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .gme-bc .gme-card {
        padding: 20px;

        border-radius: 16px;
    }

    .gme-bc .gme-price-amount {
        font-size: 24px;
    }

}
