.ua-login-actions-group {
    margin-top: 15px;
    border-top: 1px solid #e6e8eb;
    padding-top: 15px;
}

.ua-login-actions-wrap .btn {
    margin-bottom: 8px;
}

.ua-otp-channel-wrap {
    margin-bottom: 8px;
}

.ua-otp-channel-wrap label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

.ua-login-actions-title {
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.ua-remember-wrap {
    margin-top: 10px;
    margin-bottom: 0;
}

.ua-qr-modal {
    position: fixed;
    inset: 0;
    z-index: 1100;
}

.ua-qr-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.ua-qr-box {
    position: relative;
    width: 92%;
    max-width: 420px;
    margin: 48px auto;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.ua-qr-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ua-qr-image {
    margin: 16px auto;
    max-width: 260px;
}

.ua-qr-image svg {
    width: 100%;
    height: auto;
}

.ua-qr-status {
    margin-top: 30px;
    font-weight: 600;
}

.ua-qr-url {
    margin-top: 12px;
    word-break: break-all;
    font-size: 12px;
}
