#popup-login,
#popup-register {
    /* Keep the modal and its close control above the fixed header/dropdowns. */
    z-index: 1000020;
}
#popup-login .popup-enter__close,
#popup-register .popup-enter__close {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: inherit;
    line-height: 1;
    top: 6px;
    right: 6px;
}
#popup-login .popup-enter__close:focus-visible,
#popup-register .popup-enter__close:focus-visible {
    outline: 2px solid #0b777b;
    outline-offset: 2px;
}
