.site-banner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 4px 0;
    background: #FDC300;
    color: black;
    font-family: Lato, sans-serif;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.site-banner__inner {
    position: relative;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 48px 0 24px;
}

.site-banner__close {
    position: absolute;
    top: 50%;
    right: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

body.mobile-menu-open {
    overflow: hidden;
}

.has-site-banner .header-menu.menu-open {
    top: 36px;
    min-height: calc(100vh - 36px);
}
