.fac-hv {
	box-sizing: border-box;
	width: 100%;
	margin: 14px 0;
	padding: 14px 16px;
	border: 1px solid #d8c7ae;
	border-radius: 9px;
	background: #fffdf8;
	color: #3f2a22;
	font-size: 14px;
	line-height: 1.45;
}

.fac-hv *,
.fac-hv *::before,
.fac-hv *::after {
	box-sizing: border-box;
}

.fac-hv__label {
	margin-bottom: 9px;
	font-weight: 700;
}

.fac-hv__required {
	color: #a63d40;
}

.fac-hv__body {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.fac-hv__question {
	min-width: 92px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .2px;
}

.fac-hv__answer {
	width: min(100%, 210px) !important;
	min-height: 44px;
	margin: 0 !important;
	padding: 9px 11px !important;
	border: 1px solid #c9b590 !important;
	border-radius: 7px !important;
	background: #fff !important;
	color: #2e1c17 !important;
	box-shadow: none !important;
}

.fac-hv__answer:focus {
	border-color: #b58b45 !important;
	box-shadow: 0 0 0 3px rgba(181, 139, 69, .16) !important;
	outline: 0;
}

.fac-hv__image {
	max-width: 100%;
	height: auto;
	border: 1px solid #d8c7ae;
	border-radius: 7px;
}

.fac-hv__refresh,
.fac-hv__retry {
	margin: 9px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #765a2c;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.fac-hv__refresh:hover,
.fac-hv__refresh:focus,
.fac-hv__retry:hover,
.fac-hv__retry:focus {
	color: #2e1c17;
}

.fac-hv__status {
	min-height: 1px;
	margin-top: 7px;
	color: #a63d40;
	font-size: 12px;
}

.fac-hv__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fac-hv--invisible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
}

.fac-hv__slide-wrap {
	position: relative;
	width: min(100%, 420px);
	padding-top: 12px;
}

.fac-hv__slider {
	position: relative;
	z-index: 2;
	width: calc(100% - 42px);
	margin: 0 10px 0 0;
	accent-color: #b58b45;
}

.fac-hv__slide-target {
	position: absolute;
	top: 8px;
	bottom: 2px;
	width: 12px;
	transform: translateX(-6px);
	border-radius: 5px;
	background: rgba(49, 91, 72, .25);
	box-shadow: 0 0 0 2px #315b48;
	pointer-events: none;
}

.fac-hv__slide-output {
	display: inline-block;
	min-width: 32px;
	font-weight: 700;
	text-align: center;
}

.fac-hv--slide.is-solved {
	border-color: #5f8a70;
	box-shadow: 0 0 0 2px rgba(49, 91, 72, .12);
}

.fac-hv.is-loading {
	opacity: .62;
	pointer-events: none;
}

.fac-hv--error {
	border-color: #d5a5a6;
	background: #fff7f7;
	color: #7f282b;
}

.fac-hv .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#login .fac-hv {
	margin: 16px 0;
}

.elementor-form > .fac-hv {
	flex: 0 0 100%;
}

@media (max-width: 520px) {
	.fac-hv {
		padding: 12px;
	}

	.fac-hv__body {
		align-items: stretch;
		flex-direction: column;
	}

	.fac-hv__answer {
		width: 100% !important;
	}
}
