.smsir-otp-login-wrapper {
    max-width: 360px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fafafa;
    font-family: inherit;
    direction: rtl;
    text-align: right;
}

.smsir-otp-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.smsir-otp-step {
    margin-bottom: 15px;
}

.smsir-otp-step label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.smsir-otp-step input[type="text"],
.smsir-otp-step input[type="tel"],
.smsir-otp-step input[type="number"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.smsir-otp-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    background-color: #1e73be;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.smsir-otp-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.smsir-otp-btn:hover:not(:disabled) {
    background-color: #145a92;
}

.smsir-otp-timer {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #777;
}

.smsir-otp-message {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    display: none;
}

.smsir-otp-message.success {
    background: #e6f7e6;
    color: #267326;
    border: 1px solid #b7e2b7;
}

.smsir-otp-message.error {
    background: #fdeaea;
    color: #cc0000;
    border: 1px solid #f5b5b5;
}

/* حالت کاربر لاگین‌شده */
.smsir-otp-logged-in {
    max-width: 360px;
    margin: 20px auto;
    padding: 20px;
    background: #f5fff5;
    border: 1px solid #d3f3d3;
    border-radius: 8px;
    direction: rtl;
    text-align: right;
}

.smsir-otp-logged-in p {
    margin: 0 0 10px;
}
