
.isIphoneX .popup_mobile-full__1hyc4 .popup_body__1wtsy {
    max-height: calc(100vh - 226px);
}

/*Change Yellow Search Form Color on Search V2*/
.searchbox_wrap__37JXq .autosuggest__results,
.searchbox_searchInput__2p4ds div[class*=wrap] {
    border-color: green; /*change border color*/
}

.searchbox_searchButton__1c9iK .wil-btn--primary {
    background-color: green; /*change background color of the button*/
}

.searchbox_searchButton__1c9iK .wil-btn--primary:after { /* FIX: Added opening curly brace here */
    border-left-color: green;
}

div.searchbox_searchButton__1c9iK a.wil-btn.wil-btn--primary.wil-btn--round.wil-btn--md {
    color: white;
    background-color: green; /*change color of the search button*/
}

div.searchbox_searchButton__1c9iK > a:hover {
    background-color: green !important; /*hover color on search button*/
}

/*Hide Listing Inbox button on the Listing Sidebar
.wil-listing-inbox {
    display: none !important;
}*/

/*Customizing Font-size and Color on Hero Search Form*/
/*#wilcity-hero-search-form .tab_nav__3YJph {
    font-size: 20px;
    color: green;
}
#wilcity-hero-search-form .field_label__2eCP7 {
    font-size: 20px;
    color: green;
}*/
#wilcity-hero-search-form .tab_nav__3YJph li a {
    /* font-size: 20px;*/
    font-weight: 400;
    color: black;
}

/*add text to login button on mobile view*/
@media (max-width: 768px) {
    #wil-login-register-controller span {
        font-size: 10px !important;
        vertical-align: middle !important;
        margin-left: 3px !important;
    }
}

/* Fixed notification bar with dark green theme */
#era-agm-bar {
    background: #1b5e20; /* Dark green */
    color: #ffffff;
    font-size: 16px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100% !important;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Add body padding to prevent content from hiding under fixed bar */
body {
    padding-top: 48px !important;
}

/* Link styling with yellow accent */
#era-agm-bar a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 1px;
    margin-left: 10px;
    transition: all 0.3s ease;
}

#era-agm-bar a:hover {
    border-bottom: 2px solid #ffeb3b;
    color: #ffeb3b;
}

/* Countdown styling */
#agm-countdown {
    font-weight: bold;
    color: #ffeb3b; /* Yellow accent for countdown */
}

/* WordPress admin bar adjustment */
body.admin-bar #era-agm-bar {
    top: 32px;
}

body.admin-bar {
    padding-top: 80px !important; /* 48px bar + 32px admin bar */
}

@media screen and (max-width: 782px) {
    body.admin-bar #era-agm-bar {
        top: 46px;
    }
    body.admin-bar {
        padding-top: 94px !important; /* 48px bar + 46px mobile admin bar */
    }
}

/* Mobile responsive design */
@media only screen and (max-width: 768px) {
    #era-agm-bar {
        font-size: 14px;
        padding: 10px 15px;
    }
    body {
        padding-top: 44px !important; /* Smaller padding for mobile */
    }
    #era-agm-bar a {
        display: block;
        margin-top: 5px;
        margin-left: 0;
        border-bottom: 1px solid #ffffff;
    }
    #era-agm-bar strong {
        display: block;
        margin-bottom: 3px;
    }
}

/* Extra small mobile devices */
@media only screen and (max-width: 480px) {
    #era-agm-bar {
        font-size: 13px;
        padding: 8px 10px;
    }
    body {
        padding-top: 70px !important; /* Accommodate wrapped text */
    }
}

