.mfo-otp-wrapper {
	margin: 10px 0 16px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-family: inherit;
}

.mfo-otp-wrapper .mfo-btn {
	padding: 8px 14px;
	font-size: 14px;
	border: 1px solid #2563eb;
	background: #2563eb;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	line-height: 1.2;
	transition: background 0.15s ease, opacity 0.15s ease;
}

.mfo-otp-wrapper .mfo-btn:hover:not(:disabled) {
	background: #1d4ed8;
}

.mfo-otp-wrapper .mfo-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.mfo-otp-wrapper .mfo-code-input {
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	width: 140px;
}

.mfo-otp-wrapper .mfo-status {
	flex-basis: 100%;
	font-size: 13px;
	margin-top: 4px;
}

.mfo-status-info {
	color: #475569;
}

.mfo-status-success {
	color: #15803d;
	font-weight: 600;
}

.mfo-status-error {
	color: #b91c1c;
	font-weight: 600;
}

/* Visual cue on the MetForm submit button while it is locked */
button.mfo-locked,
input.mfo-locked {
	opacity: 0.5;
	cursor: not-allowed !important;
}
