.wceol-otp-wrapper {
    margin-top: 15px;
    padding: 10px 0;
}

#wceol-send-otp-btn, #wceol-verify-otp-btn {
    width: 100%;
    padding: 12px;
    background-color: #000; /* Machlavastra Brand standard black theme align */
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

#wceol-send-otp-btn:hover, #wceol-verify-otp-btn:hover {
    background-color: #333;
}

#wceol_otp_code {
    text-align: center;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: bold;
}

.wceol-resend-wrapper {
    font-size: 14px;
}

#wceol-timer {
    color: #666;
    font-style: italic;
}

#wceol-resend-btn {
    color: #0073aa;
    text-decoration: underline;
    font-weight: bold;
}