/* SkillBridge compact professional header */
.modern-app-header .brand-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
}

.modern-app-header .header-logo {
    display: block;
    width: 198px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

.modern-app-header .account-shortcut svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.modern-app-header .books-menu-button::after {
    display: none !important;
    content: none !important;
}

.modern-app-header .books-menu-icon {
    width: 23px;
    height: 23px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linejoin: round;
}

.modern-app-header .books-menu-icon rect {
    fill: rgba(255, 176, 0, .13);
}

@media (max-width: 760px) {
    .modern-app-header .modern-nav-wrap {
        height: 64px;
        gap: 7px;
    }

    .modern-app-header .header-logo {
        width: 145px;
        height: 42px;
    }

    .modern-app-header .mobile-head-actions {
        margin-left: auto;
        gap: 6px;
    }

    .modern-app-header .currency-chip.currency-text {
        min-width: 44px;
        height: 36px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 11px;
        border: 1px solid rgba(255,255,255,.065);
        background: #151614;
        color: #efefeb;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .05em;
    }

    .modern-app-header .icon-button,
    .modern-app-header .nav-toggle {
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }

    .modern-app-header .books-menu-button {
        display: grid;
        place-items: center;
        padding: 0;
        color: #ffb000;
        background: #171816;
        font-size: initial;
    }

    .modern-app-header .main-nav {
        top: 58px;
        left: 14px;
        right: 14px;
        padding: 10px;
        border-radius: 16px;
        background: rgba(22, 23, 21, .985);
        box-shadow: 0 18px 50px rgba(0,0,0,.45);
    }

    .modern-app-header .main-nav a {
        padding: 11px 12px;
    }
}

@media (max-width: 390px) {
    .modern-app-header .header-logo {
        width: 132px;
        height: 39px;
    }

    .modern-app-header .currency-chip.currency-text {
        min-width: 40px;
        padding-inline: 8px;
        font-size: 10px;
    }
}
