.shm-human-check {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	max-width: 100%;
	min-height: 36px;
	color: #222;
}

.shm-human-check__title {
	color: #777;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	white-space: nowrap;
}

.shm-human-check__question {
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	white-space: nowrap;
}

.elementor-form .shm-human-check__input.elementor-field {
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 34px;
	min-height: 34px;
	padding: 4px 6px;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	background: transparent;
	box-shadow: none;
	color: #222;
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	text-align: center;
}

.elementor-form .shm-human-check__input.elementor-field:focus {
	border-color: #c19b26;
	outline: none;
	box-shadow: 0 0 0 1px rgb(193 155 38 / 15%);
}

@media (max-width: 767px) {
	.shm-human-check {
		gap: 8px;
	}
}
