.wolcaptcha-field {
	margin: 14px 0;
}

.wolcaptcha-field label {
	display: block;
	font-weight: 600;
}

.wolcaptcha-field span {
	display: block;
	margin-bottom: 6px;
}

.wolcaptcha-field input[type="number"] {
	max-width: 140px;
}

.wolcaptcha-error {
	margin-top: 6px;
	color: #b32d2e;
	font-size: 13px;
	font-weight: 700;
}

.wolcaptcha-has-error input[type="number"] {
	border-color: #b32d2e;
	box-shadow: 0 0 0 1px #b32d2e;
}

.wolcaptcha-bubble {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-left: 12px;
	padding: 0 12px;
	border: 1px solid rgba(179, 45, 46, 0.45);
	border-radius: 4px;
	background: rgba(179, 45, 46, 0.14);
	color: #ff6b6b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	vertical-align: middle;
	opacity: 1;
	transition: opacity 180ms ease;
}

.wolcaptcha-bubble-fade {
	opacity: 0.75;
}

@media (max-width: 640px) {
	.wolcaptcha-bubble {
		display: flex;
		width: fit-content;
		margin: 10px 0 0;
	}
}
