/* Reference header warning: natural flow, instant dismissal, no visual effects. */
html body.onek-body .onek-warning {
    position: static;
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: #2c2d31;
    box-sizing: border-box;
}

html body.onek-body .onek-warning__inner {
    display: flex;
    width: min(1252px, 100%);
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 10px 8px;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

html body.onek-body .onek-warning__dummy {
    display: block;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 0;
    min-height: 0;
    max-height: 0;
    flex: 0 0 16px;
}

html body.onek-body .onek-warning__text {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 13.2px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

html body.onek-body .onek-warning__text > span,
html body.onek-body .onek-warning__text > span > a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

html body.onek-body .onek-warning__close {
    position: static;
    display: block;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    flex: 0 0 16px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    object-fit: contain;
    cursor: pointer;
}

html body.onek-body .onek-warning__close:hover {
    opacity: 1;
    filter: none;
    transform: none;
}

html body.onek-body .onek-warning__close:active {
    opacity: 1;
    filter: none;
    transform: none;
}

html body.onek-body .onek-warning__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

html body.onek-body .onek-warning__close::before,
html body.onek-body .onek-warning__close::after {
    display: none;
    content: none;
}

@media (min-width: 1281px) {
    html body.onek-body .onek-warning__inner {
        padding: 0;
        align-items: center;
    }

    html body.onek-body .onek-warning__text {
        font-size: 12px;
        line-height: 14.28px;
        padding: 8px 0 6px;
    }
}
