.gfrl-bot-guard {
	margin: 0 0 1rem;
}

.gfrl-bot-widget {
	min-height: 65px;
}

.gfrl-image-captcha {
	--gfrl-navy: #1b365d;
	--gfrl-orange: #f4a024;
	--gfrl-orange-deep: #e89412;
	--gfrl-sky: #e8f3fb;
	margin: 1.1rem 0 1.35rem;
	padding: 0;
	border: 0;
	background: transparent;
	max-width: 280px;
	font-family: inherit;
}

.gfrl-irc {
	background: var(--gfrl-sky);
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 6px 18px rgba(27, 54, 93, 0.1);
}

.gfrl-irc__prompt strong {
	font-weight: 800;
}

.gfrl-irc__prompt {
	background: var(--gfrl-navy);
	color: #fff;
	border-radius: 10px;
	padding: 10px 14px;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.gform_wrapper .gfrl-irc__tile,
.gform_wrapper .gfrl-irc__tool,
.gform_wrapper .gfrl-irc__verify {
	font-family: inherit;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	box-sizing: border-box;
}

.gfrl-irc__tiles {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 2px 14px;
}

.gfrl-irc__tile {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	padding: 0;
	display: grid;
	place-items: center;
	background: var(--gfrl-orange);
	border: 3px solid #fff;
	border-radius: 12px;
	box-shadow: 0 0 0 2px var(--gfrl-orange-deep);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.gfrl-irc__tile:hover,
.gfrl-irc__tile:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.05);
	outline: none;
	box-shadow: 0 0 0 3px var(--gfrl-navy);
}

.gfrl-irc__tile[aria-pressed="true"] {
	transform: translateY(-2px);
	box-shadow: 0 0 0 3px var(--gfrl-navy);
}

.gfrl-image-captcha[data-gfrl-verified="1"] .gfrl-irc__tile:not([aria-pressed="true"]) {
	opacity: 0.45;
	pointer-events: none;
}

.gfrl-image-captcha[data-gfrl-verified="1"] .gfrl-irc__tile[aria-pressed="true"] {
	box-shadow: 0 0 0 3px #0f766e;
}

.gfrl-captcha-svg {
	display: block;
	width: 44px;
	height: 44px;
	pointer-events: none;
}

.gfrl-irc__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 2px 2px 0;
}

.gfrl-irc__tools {
	display: flex;
	align-items: center;
	gap: 4px;
}

.gfrl-irc__tool {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--gfrl-navy);
	border-radius: 8px;
	display: grid;
	place-items: center;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.gfrl-irc__tool:hover,
.gfrl-irc__tool:focus-visible {
	background: rgba(27, 54, 93, 0.08);
	outline: none;
}

.gfrl-irc__verify {
	min-width: 86px;
	height: 34px;
	padding: 0 16px;
	border: 0;
	border-radius: 10px;
	background: var(--gfrl-navy);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.gfrl-irc__verify:hover,
.gfrl-irc__verify:focus-visible {
	filter: brightness(1.12);
	outline: none;
}

.gfrl-irc__verify:disabled {
	opacity: 0.7;
	cursor: default;
}

.gfrl-image-captcha[data-gfrl-verified="1"] .gfrl-irc__verify {
	background: #0f766e;
}

.gfrl-irc__status {
	margin: 8px 2px 0;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--gfrl-navy);
}

.gfrl-irc__status.is-error {
	color: #b91c1c;
}

.gfrl-irc__status.is-ok {
	color: #0f766e;
}

.gfrl-captcha-error {
	margin-bottom: 1rem;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

@media (max-width: 360px) {
	.gfrl-image-captcha {
		max-width: 100%;
	}

	.gfrl-irc__tile {
		width: 64px;
		height: 64px;
	}
}
