.mstd-otp-wrap {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.mstd-otp-btn {
	background: #2c8ce0;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 14px;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}

.mstd-otp-btn:disabled {
	opacity: 0.6;
	cursor: default;
}

.mstd-otp-wrap.mstd-otp-verified .mstd-otp-btn {
	background: #2ecc71;
}

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

.mstd-otp-input {
	max-width: 140px;
	padding: 8px 10px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	font-size: 13px;
}

.mstd-otp-resend {
	font-size: 12px;
	text-decoration: underline;
}

.mstd-otp-message {
	width: 100%;
	font-size: 12px;
	color: #2ecc71;
}

.mstd-otp-message.mstd-otp-error {
	color: #e74c3c;
}

.mstd-otp-locked {
	background: #f5f6f7;
	color: #6b7280;
	cursor: not-allowed;
}

.mstd-otp-change-number {
	font-size: 12px;
	text-decoration: underline;
	width: 100%;
}
