/**
 * Вид блока проверки на форме.
 *
 * Стили намеренно нейтральные: блок должен читаться на любой теме, не ломая
 * её оформление.
 */

.cf7ss-captcha {
	box-sizing: border-box;
	margin: 14px 0;
	padding: 12px 14px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background: #fafafa;
}

.cf7ss-captcha__label {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.4;
}

.cf7ss-captcha__field {
	margin: 0;
}

.cf7ss-captcha__input {
	box-sizing: border-box;
	max-width: 180px;
}

/* Поле-ловушка: не показывается людям, но остаётся в разметке для ботов. */
.cf7ss-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
