.elementor-16 .elementor-element.elementor-element-700fc1d9{--display:flex;}.elementor-16 .elementor-element.elementor-element-71e25551.elementor-element{--align-self:stretch;}/* Start custom CSS for shortcode, class: .elementor-element-71e25551 *//* 1. HIDE CHILDREN FIELD AND REQUIRED TEXT */
.mphb-required-fields-tip, 
.mphb_sc_search-children,
.mphb-search-children-date-wrapper {
    display: none !important;
}

/* 2. MAKE LAYOUT HORIZONTAL */
.mphb_sc_search-form {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 15px !important;
}

/* 3. ARRANGE FIELD WRAPPERS */
.mphb_sc_search-form > p,
.mphb_sc_search-form > div {
    margin: 0 !important;
    flex: 1 !important;
    min-width: 150px !important;
}

/* 4. GOLD BORDERS FOR INPUTS & SELECTS */
.mphb_sc_search-form input, 
.mphb_sc_search-form select {
    border: 2px solid #ac8a39 !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    width: 100% !important;
    height: 45px !important;
    box-sizing: border-box !important;
}

/* 5. GOLD BUTTON STYLING */
.mphb_sc_search-form .mphb-search-submit-button-wrapper {
    flex: 0 1 auto !important;
}

.mphb_sc_search-form .button, 
.mphb_sc_search-form input[type="submit"] {
    background-color: #ac8a39 !important;
    color: #ffffff !important;
    border: 1px solid #ac8a39 !important;
    padding: 0 30px !important;
    height: 45px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.mphb_sc_search-form .button:hover {
    background-color: #8e712e !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .mphb_sc_search-form {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}/* End custom CSS */