@media (min-width: 1281px) {
    html body.onek-body .onek-header__actions {
        gap: 0;
    }

    html body.onek-body.logged-in .onek-header .onek-auth {
        gap: 0;
    }

    html body.onek-body .onek-header-icon {
        display: block;
        width: 24px;
        min-width: 24px;
        height: auto;
        min-height: 0;
        flex: 0 0 24px;
        margin: 0 24px 0 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 16px;
        line-height: 16px;
        transform: none;
    }

    html body.onek-body .onek-header-icon svg {
        display: inline;
        width: 24px;
        height: 25px;
        display: inline !important;
        vertical-align: baseline;
        transform: none;
    }

    html body.onek-body .onek-header-icon svg path {
        transition: all .3s ease-in-out;
    }

    html body.onek-body .onek-header-icon:hover svg path {
        stroke: #257add;
    }

    html body.onek-body .onek-header-icon::before {
        content: none;
        display: none;
    }

    html body.onek-body .onek-auth {
        display: flex;
        align-items: center;
    }

    html body.onek-body.logged-in .onek-header .onek-auth__account {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: auto;
        min-width: 0;
        height: 33px;
        min-height: 33px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    html body.onek-body.onek-landing-page.logged-in .onek-header .onek-auth__account-avatar {
        display: block;
        width: 33px;
        height: 33px;
        flex: 0 0 33px;
        background: none;
    }

    html body.onek-body .onek-auth__account-avatar svg {
        display: block;
        width: 33px;
        height: 33px;
    }

    html body.onek-body .onek-auth__account-avatar svg path {
        transition: all .3s ease-in-out;
    }

    html body.onek-body .onek-auth__account > span:last-child {
        margin-left: 16px;
        padding: 0;
        border-bottom: 1px solid transparent;
        line-height: 16px;
        transition: all .3s ease-in-out;
        white-space: nowrap;
    }

    html body.onek-body .onek-auth__account:hover .onek-auth__account-avatar svg path,
    html body.onek-body .onek-auth__account:focus-visible .onek-auth__account-avatar svg path,
    html body.onek-body .onek-auth__account:active .onek-auth__account-avatar svg path {
        stroke: #257add;
    }

    html body.onek-body .onek-auth__account:hover > span:last-child,
    html body.onek-body .onek-auth__account:focus-visible > span:last-child,
    html body.onek-body .onek-auth__account:active > span:last-child {
        padding: 4px 0;
        border-bottom-color: #fff;
    }

    html body.onek-body.logged-in .onek-header .onek-auth__logout {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        min-width: 25px;
        height: 50px;
        min-height: 50px;
        margin: 0 48px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    html body.onek-body.onek-landing-page.logged-in .onek-header .onek-auth__logout-icon {
        display: block;
        width: 25px;
        height: 25px;
        background: none;
    }

    html body.onek-body .onek-auth__logout svg {
        display: block;
        width: 25px;
        height: 25px;
    }

    html body.onek-body.onek-account-page .onek-header .onek-auth__logout-icon {
        display: block;
        width: 25px;
        height: 25px;
        background: none;
    }

    html body.onek-body.onek-account-page .onek-header .onek-auth__logout-icon > svg {
        display: block;
        width: 25px;
        height: 25px;
    }

    html body.onek-body .onek-auth__logout svg path {
        transition: all .3s ease-in-out;
    }

    html body.onek-body .onek-auth__logout svg:hover path {
        fill: #257add;
    }

    html body.onek-body .onek-lang--header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 56px;
        min-width: 56px;
        height: 25px;
        min-height: 25px;
        gap: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: .04em;
        cursor: pointer;
    }

    html body.onek-body .onek-lang--header .onek-globe {
        display: block;
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
        border: 0;
        border-radius: 0;
        background: none;
        object-fit: fill;
    }

    html body.onek-body .onek-lang--header > span {
        margin-left: 8px;
        padding: 2px 0;
        border-bottom: 1px solid transparent;
        transition: all .3s ease;
        white-space: nowrap;
    }

    html body.onek-body .onek-lang--header:hover > span,
    html body.onek-body .onek-lang--header:focus-within > span {
        padding: 4px 0;
        border-bottom-color: #fff;
    }

    html body.onek-body .onek-header-icon::after,
    html body.onek-body .onek-auth a::after,
    html body.onek-body .onek-lang--header::after {
        content: none;
        display: none;
    }
}
