.header-banner {
    text-align: center;
    background: #49342D;
    padding: 10.5px 30px 11.5px 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 10000;
}

.header-banner a {
    color: #fff;
    text-decoration: underline;
}

.header-banner a:hover {
    text-decoration: none;
}

.header-banner .container {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.header-banner svg {
    min-width: 11px;
}

.close-top-banner {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 10001;
}
