.bh-site-alert {
    background: #770045;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.bh-site-alert__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 60px;
}

.bh-site-alert__btn {
    margin-left: 12px;
    background: #fff;
    color: #770045;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.bh-site-alert__close {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;

    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;

    line-height: 1;
}
.bh-site-alert__close:focus,
.bh-site-alert__close:active {
    position:absolute;
} 