.otp-auth-container {
    display: flex;
    justify-content: center;
    padding: 0px;
    background-color: #ffffff;
}

.otp-card {
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 0px;
    text-align: center;
    border: none; /* Box shadow removed */
}

.otp-title {
    font-family: 'Lora', serif;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.otp-subtitle {
    font-family: 'Inter', sans-serif;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.otp-input-wrapper input {
    width: 100% !important;
    padding: 16px 20px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    font-size: 16px;
    background-color: #fafafa !important;
}

/* Button: Black BG, White Text */
.otp-btn {
    width: 100%;
    background: #000000 !important;
    color: #ffffff !important;
    padding: 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
    margin-bottom: 30px;
}

.otp-btn:hover { background: #333 !important; }

#otp-footer { font-family: 'Inter', sans-serif; color: #777; font-size: 13px; }
.footer-links a { color: #777; text-decoration: none; margin: 0 5px; }
#otp-feedback { margin-top: 20px; font-size: 14px; }
.error { color: #d93025; }