.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-container .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-container .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-11 .elementor-element.elementor-element-5d57a0a0{--display:flex;}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-shortcode .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-shortcode .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-container.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-shortcode.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-563cf1d6 *//* ------------------------------------------------ */
/* TARGETING THE MAIN CONTAINER (Using your class)  */
/* ------------------------------------------------ */
.cool-search-form.mphb-availability-search {
    /* Use !important here to overcome the plugin's default CSS */
    display: flex !important;
    flex-wrap: wrap !important; /* Allow wrapping on multiple lines if needed */
    gap: 15px !important;
    padding: 25px !important;
    background-color: #ffffff !important;
    border-radius: 15px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15) !important; /* Stronger shadow */
    margin-bottom: 40px !important;
    border: none !important; /* Remove any default borders */
}

/* ------------------------------------------------ */
/* TARGETING INPUT FIELDS AND WRAPPERS              */
/* ------------------------------------------------ */
/* Target the div holding each input group (common MPHB structure) */
.cool-search-form .mphb-check-in-date,
.cool-search-form .mphb-check-out-date,
.cool-search-form .mphb-adults,
.cool-search-form .mphb-children {
    flex-grow: 1 !important;
    min-width: 150px; /* Ensure fields don't get too small */
}

/* Target the input/select boxes directly */
.cool-search-form input[type="text"],
.cool-search-form select {
    width: 100% !important; /* Ensure the input fills its container */
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important; 
    background-color: #f9f9f9 !important; /* Slight background color for contrast */
    font-size: 16px !important;
    height: auto !important; /* Reset any fixed height */
}

/* ------------------------------------------------ */
/* TARGETING THE SEARCH BUTTON                      */
/* ------------------------------------------------ */
/* Target the wrapper for the button */
.cool-search-form .mphb-submit-button {
    align-self: flex-end !important; /* Align button to the bottom if other fields are taller */
}

/* Target the button itself */
.cool-search-form button[type="submit"] {
    background-color: #ff5722 !important; /* Vibrant Orange */
    color: white !important;
    padding: 12px 30px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: background-color 0.3s, transform 0.1s !important;
    height: auto !important; /* Reset any fixed height */
}

.cool-search-form button[type="submit"]:hover {
    background-color: #e64a19 !important; 
}


/* ------------------------------------------------ */
/* RESPONSIVE (MOBILE) ADJUSTMENTS                  */
/* ------------------------------------------------ */
@media (max-width: 768px) {
    .cool-search-form.mphb-availability-search {
        flex-direction: column !important;
        padding: 15px !important;
    }

    .cool-search-form .mphb-submit-button {
        width: 100% !important;
    }
    
    .cool-search-form .mphb-submit-button button[type="submit"] {
        width: 100% !important;
    }
}/* End custom CSS */