.gbic-math-captcha {
	margin-bottom: 0.75em;
}

.gbic-math-captcha__label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.gbic-math-captcha__answer {
	box-sizing: border-box;
	font-size: 15px;
	max-width: 110px;
	width: 100%;
}

.gbic-math-captcha__answer:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.gbic-math-captcha__status {
	display: block;
	font-size: 0.875em;
	margin-top: 0.3em;
}

.gbic-math-captcha[data-state="invalid"] .gbic-math-captcha__answer,
.gbic-math-captcha[data-state="error"] .gbic-math-captcha__answer {
	border-color: #b32d2e;
}

.gbic-math-captcha[data-state="invalid"] .gbic-math-captcha__status,
.gbic-math-captcha[data-state="error"] .gbic-math-captcha__status {
	color: #b32d2e;
}

.gbic-math-captcha[data-state="valid"] .gbic-math-captcha__answer {
	border-color: #008a20;
}

.gbic-math-captcha[data-state="valid"] .gbic-math-captcha__status {
	color: #006b19;
}

@media (forced-colors: active) {
	.gbic-math-captcha__answer {
		border: 1px solid CanvasText;
	}
}
