.otp-boxes {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 12px;
}

.otp-boxes .otp-digit {
	width: 52px;
	height: 56px;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
}

.for-otp-login .otp-status {
	margin: 8px 0 0;
	font-size: 12px;
	text-align: center;
	min-height: 18px;
}

.for-otp-login .otp-status-error {
	color: var(--red-500, #e03636);
}

.for-otp-login .otp-sent-to {
	margin-bottom: 14px;
	font-size: 13px;
}

.for-otp-login .otp-inline-actions {
	margin: 4px 0 0;
	font-size: 13px;
}

.for-otp-login .otp-inline-actions a {
	color: var(--text-muted, #74808b);
	font-weight: 500;
}

.for-otp-login .otp-inline-actions a:hover {
	color: #162d3a;
	text-decoration: underline;
}

.for-otp-login .otp-inline-sep {
	color: var(--text-muted, #74808b);
	margin: 0 8px;
}
