/* Captcha image + help. Works without goyui. Override colors if needed. */

.gm-captcha,
.captcha-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gm-captcha .captcha,
.captcha-box .captcha {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #282828;
	background: #282828;
}

.gm-captcha-help {
	border: 1px solid #bdae93;
	background: #ebdbb2;
	padding: 4px 8px;
}

.gm-captcha-help summary {
	cursor: pointer;
	font-weight: 700;
	padding: 4px 0;
}

.gm-captcha-help .hint {
	margin: 6px 0 4px;
}

.gm-captcha-reload {
	margin: 0;
	text-align: center;
}

.captcha-box .hint {
	margin: 0;
	font-size: 0.9em;
}
