.header-avids__container {
    position: relative;
}

.anchorlogin-header-link-wrap {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 25;
}
.sticky .anchorlogin-header-link-wrap {
    top: -4px;
}
.anchorlogin-header-link {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
}
.sticky .anchorlogin-header-link {
    font-size: 10px;
}

.anchorlogin-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 12050;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.anchorlogin-modal.is-open {
    display: flex;
}

.anchorlogin-modal__dialog {
    width: 100%;
    max-width: 420px;
    background: #111;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    padding: 18px;
    position: relative;
}

.anchorlogin-modal__dialog h3 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 20px;
}

.anchorlogin-modal__message {
    font-size: 13px;
    margin-bottom: 12px;
}

.anchorlogin-input {
    width: 100%;
    border: 1px solid #666;
    border-radius: 4px;
    background: #111;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 10px;
    outline: none;
    box-shadow: none;
}

.anchorlogin-input:focus,
.anchorlogin-input:focus-visible,
.anchorlogin-input:active {
    outline: none;
    box-shadow: none;
}

.anchorlogin-modal button.anchorlogin-btn[type="button"] {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    background: #d9784c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 12px;
    cursor: pointer;
}

.anchorlogin-modal button.anchorlogin-btn[type="button"]:hover,
.anchorlogin-modal button.anchorlogin-btn[type="button"]:focus-visible,
.anchorlogin-modal button.anchorlogin-btn[type="button"]:active {
    background: #000;
}

.anchorlogin-modal button.anchorlogin-modal__close[type="button"] {
    position: absolute;
    right: 8px;
    top: 6px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .anchorlogin-header-link-wrap {
        top: 6px;
        right: 8px;
    }

    .anchorlogin-header-link {
        font-size: 11px;
    }
}
