.wqk-otp-form-wrap,
.wqk-otp-form,
.wqk-otp-form p,
.wqk-otp-form .wqk-step {
	text-align: left;
}

.wqk-form-description {
	margin: 0 0 1em;
	opacity: 0.85;
	text-align: left;
}

.wqk-otp-form .wqk-message {
	margin: 0.5em 0;
}

.wqk-otp-form .wqk-message:empty {
	display: none;
	margin: 0;
}

.wqk-otp-form .wqk-message.wqk-error {
	color: #c0392b;
}

.wqk-otp-form .wqk-message.wqk-success {
	color: #16a34a;
	font-weight: 600;
}

.wqk-otp-form .wqk-sent-to {
	display: block;
	font-size: 0.85em;
	opacity: 0.75;
	margin-top: 0.35em;
}

.wqk-otp-form .wqk-links {
	margin-top: 0.5em;
}

.wqk-otp-form .wqk-resend,
.wqk-otp-form .wqk-change {
	display: inline-block;
	font-size: 0.9em;
}

.wqk-otp-form .wqk-sep {
	display: inline-block;
	opacity: 0.3;
	margin: 0 0.6em;
}

.wqk-otp-form .wqk-resend.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.wqk-otp-form button[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}

.wqk-otp-form .wqk-button-outline {
	background: transparent;
	color: inherit;
	border: 1px solid currentColor;
}

.wqk-otp-form .wqk-otp-boxes {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.wqk-otp-form .wqk-otp-box {
	width: 2.5em !important;
	height: 2.75em;
	padding: 0 !important;
	text-align: center;
	font-size: 1.25em;
	font-variant-numeric: tabular-nums;
}

.wqk-otp-form {
	position: relative;
}

.wqk-otp-form .wqk-form-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(128, 128, 128, 0.15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 5;
	border-radius: inherit;
}

.wqk-otp-form .wqk-form-overlay.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.wqk-otp-form .wqk-spinner {
	width: 2em;
	height: 2em;
	border: 3px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 0.6;
	animation: wqk-spin 0.7s linear infinite;
}

@keyframes wqk-spin {
	to {
		transform: rotate( 360deg );
	}
}
