.elementor-333 .elementor-element.elementor-element-8683d5a{--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;--z-index:99;}.elementor-333 .elementor-element.elementor-element-8683d5a:not(.elementor-motion-effects-element-type-background), .elementor-333 .elementor-element.elementor-element-8683d5a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0c1ee89 );}.elementor-333 .elementor-element.elementor-element-8bccc2c{--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;--z-index:99;}.elementor-333 .elementor-element.elementor-element-8bccc2c:not(.elementor-motion-effects-element-type-background), .elementor-333 .elementor-element.elementor-element-8bccc2c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-0c1ee89 );}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-47fdada *//* ===============================
   RESULTS SEARCH BAR – Gilbert & Rose style
   =============================== */

.dezrez-search-bar {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
    padding: 14px 16px;
    margin-bottom: 26px;
}

.dezrez-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

/* Tabs inside search bar (For sale / To rent) */
.dezrez-search-field--tabs {
    flex: 0 0 auto;
    display: flex;
    gap: 6px;
}

.dezrez-hero-tab--small {
    padding: 0;
}

.dezrez-hero-tab--small span {
    padding: 4px 12px;
    font-size: 12px;
}

/* Generic field styling */
.dezrez-search-field {
    display: flex;
    flex-direction: column;
    min-width: 130px;
    flex: 1 1 150px;
}

.dezrez-search-field--wide {
    flex: 2 1 260px;
}

.dezrez-search-field label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    color: #777;
}

.dezrez-search-field input,
.dezrez-search-field select {
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid #d4d7de;
    font-size: 13px;
    background: #fafbff;
    outline: none;
}

.dezrez-search-field input:focus,
.dezrez-search-field select:focus {
    border-color: #111;
    background: #ffffff;
}

/* Search button area */
.dezrez-search-field--button {
    flex: 0 0 auto;
}

.dezrez-search-button {
    margin-top: 19px;
    border-radius: 999px;
    border: none;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 600;
    background: #111;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.dezrez-search-button:hover {
    background: #333;
}

/* Mobile */
@media (max-width: 767px) {
    .dezrez-search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .dezrez-search-field,
    .dezrez-search-field--wide {
        min-width: 100%;
    }

    .dezrez-search-field--button {
        width: 100%;
    }

    .dezrez-search-button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */