/* =========================
   Site header
   ========================= */

#header.ct-header [data-device="desktop"] .site-logo-container img.default-logo {
    width: auto;
    max-width: 270px;
    max-height: 86px;
}

#header.ct-header [data-device="mobile"] .site-logo-container img.default-logo {
    width: auto;
    max-width: 240px;
    max-height: 68px;
}

#header.ct-header .ct-header-account .ct-account-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #f97316;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

#header.ct-header .ct-header-account .ct-account-item:hover {
    background: #ea580c;
    color: #ffffff;
}

#header.ct-header .ct-header-account .ct-account-item .ct-label,
#header.ct-header .ct-header-account .ct-account-item .ct-icon {
    color: inherit;
    fill: currentColor;
}

#header.ct-header .ct-header-trigger {
    color: #0f2a4c;
}

#header.ct-header .ct-header-trigger .ct-icon {
    width: 28px;
    height: 22px;
}

@media (max-width: 768px) {
    #header.ct-header [data-device="mobile"] .site-logo-container img.default-logo {
        max-width: 220px;
        max-height: 64px;
    }

    #header.ct-header .ct-header-trigger .ct-icon {
        width: 30px;
        height: 24px;
    }
}