.otp-login-container,
.otp-register-container,
.wc-otp-login,
.wc-otp-register,
.otp-login-shortcode {
    margin: 10px 0;
}

#otp-verification,
#otp-verification-register,
#wc-otp-verification,
#wc-otp-verification-register,
#shortcode-otp-verification {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}

.otp-input {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.otp-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.otp-button:hover {
    background: #005a87;
}

.otp-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.otp-error {
    color: #d63638;
    font-weight: bold;
}

.otp-success {
    color: #00a32a;
    font-weight: bold;
}
