#oneauth-box {
    max-width: 420px;
    margin: 40px auto;
    font-family: inherit;
}

.oneauth-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.oneauth-card h3 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

#oneauth-step-email input {
    height: 42px;
    margin-bottom: 20px;
}

/*
#oneauth-box input {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
*/

#oneauth-otp-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 14px;
}

.oneauth-otp-digit {
    width: 46px;
    height: 52px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.oneauth-otp-digit:focus {
    border-color: #7f54b3;
    outline: none;
    box-shadow: 0 0 0 1px #7f54b3;
}

.oneauth-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.oneauth-btn.primary {
    background: #7f54b3; /* WooCommerce purple */
    color: #fff;
}

.oneauth-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.oneauth-info {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.oneauth-info a {
    font-size: 13px;
    margin-left: 5px;
    text-decoration: underline;
}

.oneauth-resend {
    margin-top: 12px;
    font-size: 14px;
    text-align: center;
}

.oneauth-resend a {
    text-decoration: underline;
    cursor: pointer;
}

/********** Login with Password & Switch **********/

.oneauth-password-wrap {
    position: relative;
}

.oneauth-password-wrap input {
    padding-right: 40px;
}

.oneauth-toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    opacity: 0.7;
}

.oneauth-toggle-password:hover {
    opacity: 1;
}

.oneauth-switch {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
}
