/* cache-bust: 2026-05-25 15:55 */
:root {
    --top1-orange: #f95a07;
    --top1-orange-deep: #ea4c00;
    --top1-orange-soft: #ff6e1f;
    --top1-header-shadow: rgba(195, 72, 9, 0.24);
}

#masthead,
#masthead.header-main,
#header .header-main {
    background: linear-gradient(180deg, var(--top1-orange-soft) 0%, var(--top1-orange) 48%, var(--top1-orange-deep) 100%) !important;
    box-shadow: 0 12px 30px var(--top1-header-shadow);
}

#masthead .header-inner {
    min-height: 98px;
    align-items: center;
}

#masthead .header-inner > .flex-col {
    align-items: center;
}

#logo {
    width: 214px;
}

#logo > a,
.ux-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 0;
}

#logo > a::before,
.ux-logo-link::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
}

#logo > a::before {
    width: 202px;
    height: 86px;
    background-image: url("/wp-content/uploads/2026/05/top1mobile-logo-header.png");
}

.ux-logo-link::before {
    width: 176px;
    height: 79px;
    background-image: url("/wp-content/uploads/2026/05/top1mobile-logo-footer.png");
}

#logo .header-logo,
#logo .header-logo-dark {
    width: 202px !important;
    height: 86px !important;
    object-fit: contain;
    opacity: 0;
    position: absolute;
    inset: 0;
}

.ux-logo-link .ux-logo-image {
    width: 176px !important;
    height: 79px !important;
    object-fit: contain;
    opacity: 0;
}

.footer-sec .ux-logo {
    width: 176px !important;
    max-width: 176px !important;
    margin: 0 auto 18px !important;
}

.footer-sec ul {
    padding: 0;
}

.footer-sec > .section-content > .row > .col:first-child .col-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-sec > .section-content > .row > .col:first-child .ux-logo-link {
    justify-content: flex-start;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    #logo {
        width: 176px;
    }

    #logo > a::before {
        width: 164px;
        height: 70px;
    }

    .ux-logo-link::before {
        width: 148px;
        height: 66px;
    }

    #logo .header-logo,
    #logo .header-logo-dark {
        width: 164px !important;
        height: 70px !important;
    }

    .ux-logo-link .ux-logo-image {
        width: 148px !important;
        height: 66px !important;
    }

    .footer-sec .ux-logo {
        width: 148px !important;
        max-width: 148px !important;
    }
}
