.dwqa-otp-field {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
	direction: rtl;
	text-align: right;
	font-family: inherit;
}

.dwqa-otp-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.dwqa-otp-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

.dwqa-otp-row-secondary {
	margin-top: 8px;
}

.dwqa-otp-mobile-input,
.dwqa-otp-code-input {
	flex: 1 1 200px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.dwqa-otp-send-btn,
.dwqa-otp-verify-btn,
.dwqa-otp-resend-btn,
.dwqa-otp-change-btn {
	padding: 8px 14px;
	border: none;
	border-radius: 4px;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
}

.dwqa-otp-resend-btn,
.dwqa-otp-change-btn {
	background: transparent;
	color: #2271b1;
	text-decoration: underline;
	padding: 4px 6px;
}

.dwqa-otp-send-btn:disabled,
.dwqa-otp-verify-btn:disabled,
.dwqa-otp-resend-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.dwqa-otp-message {
	margin-top: 6px;
	font-size: 13px;
	min-height: 18px;
}

.dwqa-otp-message-error {
	color: #d63638;
}

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

.dwqa-otp-step-done {
	color: #1a7f37;
	font-weight: 600;
}
