.Goodup-catg-city {
    background: #00695c;
    color: #ffffff;
    font-weight: 600;
}

.text-sky {
    color: #00695c !important;
}

.text-stat-warning {
    color: #996600 !important;
}

.blg_title h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.blg_title h3 a {
    color: #30384e;
}

.gup_blg_grid_caption .blg_tag {
    color: #a31530;
    font-weight: 600;
    background: #fde8ec;
}

.home-banner.lazy-banner {
    min-height: 520px;
}

.home-banner-lcp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.Goodup-grid-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.Goodup-top-cates ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.Goodup-top-cates ul li {
    display: flex;
    vertical-align: top;
}

.Goodup-top-cates ul li a {
    color: #ffffff !important;
    text-decoration: none;
}

.Goodup-top-cates ul li a .Goodup-tp-title .Goodup-tp-label {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.2px;
    color: inherit;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}

.Goodup-top-cates ul li a:hover .Goodup-tp-title .Goodup-tp-label,
.Goodup-top-cates ul li a:focus .Goodup-tp-title .Goodup-tp-label,
.Goodup-top-cates ul li a:active .Goodup-tp-title .Goodup-tp-label {
    color: #353535;
}

.nav-menu.nav-menu-social > li.add-listing button {
    top: 0;
    padding: 22px 22px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font: inherit;
    width: 100%;
    height: 100%;
}

.nav-menu.nav-menu-social > li.add-listing button i {
    margin-left: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 10px;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

/*
 * Mobile nav: portrait layout via CSS before custom.js runs.
 * HTML ships with navigation-landscape; JS adds navigation-portrait later.
 * Without this, the full desktop menu renders in-page on mobile (CLS + bad FCP).
 */
@media (max-width: 992px) {
    #navigation.navigation-landscape {
        height: 60px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    #navigation.navigation-landscape .nav-toggle {
        display: block;
    }

    #navigation.navigation-landscape .nav-menus-wrapper {
        width: 320px;
        height: 100%;
        top: 0;
        right: -400px;
        position: fixed;
        background-color: #fff;
        z-index: 20000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition-duration: 0.8s;
        transition-timing-function: ease;
    }

    #navigation.navigation-landscape .nav-menus-wrapper-close-button {
        display: inline-flex !important;
    }

    #navigation.navigation-landscape .nav-menu {
        width: 100%;
    }

    #navigation.navigation-landscape .nav-menu > li {
        width: 100%;
        position: relative;
        border-top: solid 1px #f0f0f0;
        float: none;
        display: block;
    }

    #navigation.navigation-landscape .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0;
    }

    #navigation.navigation-landscape .nav-menu > li > a {
        height: auto;
        width: 100%;
        padding: 12px 26px 12px 15px;
        display: block;
    }

    #navigation.navigation-landscape .nav-menu.nav-menu-social {
        display: none;
    }

    #navigation.navigation-landscape .nav-dropdown {
        width: 100%;
        position: static;
        left: 0;
    }
}
