.captcha-accessible {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.captcha-accessible--compact {
	padding: 0.35rem 0.45rem;
	background: #f4faf6;
	border: 1px solid #b8dfc8;
	border-radius: 0.3rem;
}

.captcha-accessible-compact-row {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.captcha-accessible-label-col {
	flex: 0 0 auto;
}

.captcha-accessible-legend {
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 700;
	border: 0;
	width: auto;
	display: inline;
}

.captcha-accessible-hint {
	font-size: 0.68rem;
	line-height: 1.25;
	color: #6c757d;
	margin-top: 0.1rem;
}

.captcha-accessible-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.45rem;
	width: 100%;
}

.captcha-accessible-media {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 0 0 auto;
	gap: 0.3rem;
}

.captcha-accessible-image-wrap {
	flex: 0 0 auto;
	background: #fff;
	border: 1px solid #016b2c;
	border-radius: 0.2rem;
	padding: 0.15rem 0.25rem;
	line-height: 0;
}

.captcha-accessible-image {
	display: block;
	width: 130px;
	height: 38px;
	max-width: none;
	min-height: 0;
	object-fit: contain;
}

.captcha-accessible-toolbar {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 0.2rem;
	flex: 0 0 auto;
}

.captcha-accessible-toolbar .btn {
	width: 2rem;
	height: 1.65rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	line-height: 1;
	border-color: #31cb72;
	color: #016b2c;
	background: #fff;
}

.captcha-accessible-toolbar .btn:hover,
.captcha-accessible-toolbar .btn:focus {
	background: #31cb72;
	color: #fff;
	border-color: #31cb72;
}

.captcha-accessible-toolbar .btn.is-playing {
	background: #016b2c;
	color: #fff;
	border-color: #016b2c;
}

.captcha-btn-icon {
	font-size: 0.95rem;
	line-height: 1;
}

.captcha-accessible-input {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0.5rem 0.65rem !important;
	font-size: 0.88rem;
	height: 2.1rem;
	letter-spacing: 0.12em;
	text-transform: lowercase;
}

.captcha-accessible-audio {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 400px) {
	.captcha-accessible-compact-row {
		flex-direction: row;
		align-items: center;
		gap: 0.5rem;
	}

	.captcha-accessible-label-col {
		flex: 0 0 38%;
		max-width: 38%;
	}

	.captcha-accessible-body {
		flex: 1 1 62%;
		min-width: 0;
	}

	.captcha-accessible-image {
		width: 118px;
	}
}
