.elementor-1218 .elementor-element.elementor-element-df17403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-1218 .elementor-element.elementor-element-df17403:not(.elementor-motion-effects-element-type-background), .elementor-1218 .elementor-element.elementor-element-df17403 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1218 .elementor-element.elementor-element-96798df{text-align:center;}.elementor-1218 .elementor-element.elementor-element-96798df .elementor-heading-title{font-family:"Berold Regular", Sans-serif;font-size:18px;font-weight:500;color:#4A3F36;}.elementor-1218 .elementor-element.elementor-element-f4d61db > .elementor-widget-container{padding:30px 30px 30px 30px;}#elementor-popup-modal-1218 .dialog-widget-content{animation-duration:1.2s;background-color:#FFFFFF;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1218{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1218 .dialog-message{width:700px;height:500px;align-items:flex-start;}#elementor-popup-modal-1218 .dialog-close-button{display:flex;}#elementor-popup-modal-1218 .dialog-close-button i{color:#AAAAAA;}#elementor-popup-modal-1218 .dialog-close-button svg{fill:#AAAAAA;}/* Start custom CSS for mphbe-search-form, class: .elementor-element-88b9a8c *//* 1. Container Styling - Unified for Booking & Search */
.mphb-booking-form, 
.mphb_sc_search-form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    border-radius: 0px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    gap: 20px;
    max-width: 520px !important;
    margin: 0 auto !important;
}

/* 2. Date Squares - Unified */
.mphb-datepick {
    display: block !important;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    height: 200px !important;
    width: 200px !important;
    color: transparent !important; /* Keep hidden for custom display */
    caret-color: transparent !important;
    border-radius: 30px !important;
    text-align: center;
    box-sizing: border-box !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: 'DM Mono', monospace;
    cursor: pointer !important;
}

/* 3. Layout: Force 2-Column for Dates */
.mphb-booking-form > p:not(:last-child),
.mphb_sc_search-form > p:not(:last-child) {
    flex: 0 0 200px !important;
    margin: 0 !important;
}

/* 4. Inputs & Selects (Adults/Children) */
.mphb-booking-form input:not(.mphb-datepick),
.mphb-booking-form select,
.mphb_sc_search-form input:not(.mphb-datepick),
.mphb_sc_search-form select {
    width: 100% !important;
    height: 45px;
    border-radius: 50px !important;
    padding: 14px 22px !important;
    font-family: 'DM Mono', monospace;
    text-transform: uppercase;
    border: 1px solid #d7dad4;
    font-size: 12px;
    box-sizing: border-box;
}

/* 5. Button Positioning */
.mphb-booking-form > p:last-child,
.mphb_sc_search-form > p:last-child,
.mphb-reserve-btn-wrapper,
.mphb-submit-button-wrapper {
    flex: 0 0 100% !important; /* Full width for the search button */
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
}

/* 6. Unified Button Styling */
.mphb-reserve-btn.button,
.mphb-submit-button,
.mphb_sc_search-form .button {
    display: inline-block !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    width: auto !important;
    min-width: 220px;
    cursor: pointer;
    text-align: center;
    background-color: #4a3f36; /* Your brand color */
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: 'DM Mono', monospace;
}

/* 7. Date Overlay Support (Ensure JS injects wrappers into Search form too) */
.mphb-date-input-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.mphb-date-display {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono', monospace;
    color: #4a3f36;
}

.mphb-date-display .mphb-date-day {
    font-size: 62px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2px;
}

.mphb-date-display .mphb-date-month-year {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 6px;
}/* End custom CSS */
/* Start custom CSS for mphbe-search-results, class: .elementor-element-f4d61db *//* 1. Results Container Grid */
#altura-ajax-results {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* 2. The Card (Booking.com Style) */
#altura-ajax-results .mphb-room-type {
    display: grid !important;
    grid-template-columns: 280px 1fr 200px !important;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    padding: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#altura-ajax-results .mphb-room-type:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* 3. Image Section */
#altura-ajax-results .mphb-room-type-images {
    height: 100%;
}

#altura-ajax-results img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 4. Content Center (Title & Details) */
#altura-ajax-results .mphb-room-type-title {
    padding: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #4a3f36;
    margin: 0 !important;
}

/* 5. Right Sidebar (Price & CTA) */
#altura-ajax-results .mphb-table-price-column,
#altura-ajax-results .mphb-price-breakdown-total {
    border-left: 1px solid #f0f0f0;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: #fbfbfb;
}

#altura-ajax-results .mphb-price {
    font-family: 'DM Mono', monospace !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #4a3f36;
    margin-bottom: 10px !important;
}

/* 6. The Button */
#altura-ajax-results .button, 
#altura-ajax-results .mphb-view-details-button {
    background: #4a3f36 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    text-transform: uppercase !important;
    font-family: 'DM Mono', monospace !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
}

/* Mobile Responsive */
@media (max-width: 850px) {
    #altura-ajax-results .mphb-room-type {
        grid-template-columns: 1fr !important;
    }
    #altura-ajax-results .mphb-table-price-column {
        border-left: 0;
        border-top: 1px solid #f0f0f0;
        align-items: center;
    }
}/* End custom CSS */