.gfrl-otp {
	margin: 10px 0 4px;
	padding: 12px;
	border-radius: 10px;
	background: #e8f3fb;
	border: 1px solid #cfe4f3;
}

.gfrl-otp__hint {
	margin: 0 0 10px;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #1b365d;
	font-weight: 600;
}

.gfrl-otp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.gfrl-otp__enter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.gfrl-otp__enter[hidden] {
	display: none;
}

.gfrl-otp__code {
	width: 140px;
	max-width: 100%;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #9db7ce;
	border-radius: 8px;
	font-size: 1.05rem;
	letter-spacing: 0.18em;
	font-weight: 700;
	text-align: center;
}

.gfrl-otp__btn {
	height: 40px;
	padding: 0 14px;
	border: 0;
	border-radius: 8px;
	background: #1b365d;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.gfrl-otp__btn:hover,
.gfrl-otp__btn:focus-visible {
	filter: brightness(1.1);
	outline: none;
}

.gfrl-otp__btn:disabled {
	opacity: 0.65;
	cursor: default;
}

.gform_wrapper .gfrl-otp__btn {
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
}

.gfrl-otp__status {
	margin: 8px 0 0;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	color: #1b365d;
}

.gfrl-otp__status.is-ok {
	color: #0f766e;
}

.gfrl-otp__status.is-error {
	color: #b91c1c;
}

.gfrl-otp__status[hidden] {
	display: none;
}

.gfrl-otp[hidden],
.gfrl-otp.is-verified {
	display: none;
}

.gfield--type-email .ginput_container,
.gfield--type-email .ginput_container_email,
.gfield--type-email .ginput_left {
	position: relative;
}

.gfrl-otp__tick {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 50%;
	background: #0f766e;
	color: #fff;
	display: grid;
	place-items: center;
	transform: translateY(-50%);
	pointer-events: none;
	box-shadow: 0 0 0 2px #fff;
}

.gfrl-otp__tick[hidden] {
	display: none;
}

.gfield--type-email.gfrl-email-verified input[type="email"],
.gfield--type-email.gfrl-email-verified .ginput_container_email input[type="text"] {
	padding-right: 40px;
}

.gform_wrapper.gfrl-otp-locked .gfrl-otp-wait {
	opacity: 0.42;
	pointer-events: none;
	filter: grayscale(0.15);
}

.gfrl-otp-error {
	margin-bottom: 1rem;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}
