.otp-login-wrapper {
	max-width: 380px;
	margin: 0 auto;
	padding: 28px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
	font-family: inherit;
	direction: rtl;
}

.otp-login-wrapper h3 {
	margin: 0 0 16px;
	font-size: 18px;
	text-align: center;
}

.otp-login-wrapper label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	color: #444;
}

.otp-login-wrapper input[type="text"],
.otp-login-wrapper input[type="tel"],
.otp-login-wrapper input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 14px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
}

.otp-login-wrapper input:focus {
	outline: none;
	border-color: #2563eb;
}

.otp-btn {
	width: 100%;
	padding: 11px;
	background: #2563eb;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
	transition: background .15s ease;
}

.otp-btn:hover { background: #1d4ed8; }
.otp-btn:disabled { background: #93c5fd; cursor: not-allowed; }

.otp-btn-link {
	display: inline-block;
	margin-top: 12px;
	background: none;
	border: none;
	color: #2563eb;
	font-size: 13px;
	cursor: pointer;
	padding: 0;
}

.otp-btn-link:disabled { color: #999; cursor: not-allowed; }

.otp-message {
	font-size: 13px;
	margin-bottom: 10px;
	min-height: 18px;
}

.otp-message.error { color: #dc2626; }
.otp-message.success { color: #16a34a; }

.otp-sent-to { font-size: 13px; color: #555; margin-bottom: 14px; }

.otp-captcha-wrapper { margin-bottom: 14px; }
.otp-required { color: #dc2626; }
.otp-custom-field { margin-bottom: 4px; }
