.elementor-33990 .elementor-element.elementor-element-5bb8690{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-33990 .elementor-element.elementor-element-61bf97b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}.elementor-33990 .elementor-element.elementor-element-d940b03{width:var( --container-widget-width, 53% );max-width:53%;--container-widget-width:53%;--container-widget-flex-grow:0;}.elementor-33990 .elementor-element.elementor-element-d940b03.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-33990 .elementor-element.elementor-element-9adc078{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-33990 .elementor-element.elementor-element-d940b03{--container-widget-width:345px;--container-widget-flex-grow:0;width:var( --container-widget-width, 345px );max-width:345px;}}@media(min-width:768px){.elementor-33990 .elementor-element.elementor-element-61bf97b{--width:100%;}}/* Start custom CSS *//* --- 1. THE "KILL SWITCH" FOR THE ICON & IMAGE COLUMN --- */
/* This targets the specific Enfold theme containers found in your screenshot */
.single-product-main-image,
.avia-wc-30-product-gallery-lightbox,
.avia-wc-product-gallery-lightbox,
.woocommerce-product-gallery {
    display: none !important;
}

/* --- 2. FORCE THE FORM TO EXPAND --- */
/* Now that the image column is gone, we tell the form to take 100% width */
.single-product-summary, 
.summary, 
.entry-summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    clear: both !important;
}

/* --- 3. STYLE THE BOOKING CONTAINER --- */
/* This styles the gray/white box itself */
.product {
    display: block !important; /* Ensures it behaves like a block, not a flex column */
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100% !important;
}

/* --- 4. HIDE EXTRA TEXT JUNK --- */
.product_title, 
.product_meta, 
.price, 
.onsale,
.related.products,
.up-sells {
    display: none !important;
}

/* --- 5. MAKE THE BUTTON AWESOME --- */
.single_add_to_cart_button {
    width: 100% !important;
    background-color: #06b6d4 !important; /* Cyan-500 */
    color: white !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    padding: 15px !important;
    border-radius: 8px !important;
    border: none !important;
    margin-top: 20px !important;
    transition: all 0.3s ease !important;
}

.single_add_to_cart_button:hover {
    background-color: #0891b2 !important; /* Darker Cyan */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
    cursor: pointer;
}
/* --- STYLE THE NEW 3-LINE COST DISPLAY --- */
.wc-bookings-booking-cost {
    display: block !important;
    margin-top: 20px !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    position: relative;
}

/* The Box Container we will generate with JS */
.custom-price-breakdown {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: inherit;
}

/* Line 1 & 2: Package & Extra Nights */
.breakdown-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 15px;
    color: #64748b;
}

/* Line 3: The Big Total */
.breakdown-total {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px dashed #cbd5e1;
    font-size: 20px;
    font-weight: 800;
    color: #06b6d4; /* Your Brand Cyan */
}
/* --- HIDE WOOCOMMERCE BOOKING TABS --- */
/* Hides the tab links and the content boxes at the bottom of the form */
.wc-bookings-booking-form-tabs, 
.wc-bookings-booking-form-tab-content {
    display: none !important;
}
.woocommerce-tabs
{display:none!important;}/* End custom CSS */