.a4c-otp-toggle {
	margin-top: 16px;
}

.a4c-otp-back a {
	color: var(--wp--preset--color--coral, #ef7c57);
	text-decoration: underline;
	font-size: 14px;
}

/* Outline button, matching the real submit button's own shape (pill,
   13px/24px padding, 800 weight) from theme.json's global button element —
   just unfilled, so it visually reads as the secondary action. */
.a4c-otp-open-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px;
	border: 2px solid var(--wp--preset--color--coral, #ef7c57);
	border-radius: 999px;
	background: transparent;
	color: var(--wp--preset--color--coral, #ef7c57);
	font-weight: 800;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.a4c-otp-open-link:hover {
	background: var(--wp--preset--color--coral, #ef7c57);
	color: var(--wp--preset--color--white, #fff);
}

.a4c-otp-panel {
	margin-top: 16px;
}

.a4c-otp-turnstile {
	margin: 4px 0 18px;
}

.a4c-otp-hp-wrap {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.a4c-otp-back {
	margin-top: 10px;
	font-size: 14px;
}

.a4c-otp-hint {
	font-size: 13px;
	opacity: 0.75;
	margin-top: -6px;
}

.a4c-otp-resend-link[aria-disabled="true"] {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

.a4c-otp-error {
	color: #b43636;
	background: #fbeaea;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 14px;
	margin-bottom: 16px;
}

.a4c-otp-step button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: default;
}

.a4c-otp-support {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--wp--preset--color--line, #c7d3dc);
	font-size: 14px;
	text-align: center;
}

.a4c-otp-support a {
	color: var(--wp--preset--color--ink, #173b5a);
	text-decoration: underline;
}
