/* Rokin Stock Notifier — استایل فرانت‌اند */

.rsn-wrapper {
	margin: 18px 0;
	padding: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background: #fafafa;
	max-width: 420px;
}

.rsn-checkbox-row {
	margin: 0;
}

.rsn-checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-weight: 600;
	margin: 0;
}

.rsn-checkbox-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.rsn-form {
	margin-top: 14px;
}

.rsn-field {
	margin-bottom: 10px;
}

.rsn-phone {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 15px;
	direction: ltr;
	text-align: center;
	letter-spacing: 1px;
}

.rsn-submit {
	width: 100%;
	cursor: pointer;
}

.rsn-message {
	margin-top: 10px;
	font-size: 14px;
	min-height: 18px;
}

.rsn-message.rsn-success {
	color: #1a7f37;
}

.rsn-message.rsn-error {
	color: #b32d2e;
}

.rsn-admin-warning {
	color: #b32d2e;
	font-size: 13px;
	margin: 0 0 10px;
}

.rsn-verify-step {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #ddd;
}

.rsn-code {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 18px;
	direction: ltr;
	text-align: center;
	letter-spacing: 6px;
}

.rsn-verify {
	width: 100%;
	cursor: pointer;
}

.rsn-resend {
	display: inline-block;
	margin-top: 8px;
	background: none;
	border: none;
	padding: 0;
	color: #2271b1;
	cursor: pointer;
	font-size: 13px;
}

.rsn-resend:disabled {
	color: #999;
	cursor: default;
}

.rsn-phone[readonly] {
	background: #f0f0f0;
	color: #666;
}
