.avs-comment-turnstile {
	display: block;
	margin: 12px 0;
	min-height: 65px;
}

.avs-comment-turnstile--wpdiscuz {
	margin: 10px 0 12px;
}

.avs-comment-turnstile--wpdiscuz-inline {
	margin: 8px 0;
}

.avs-comment-turnstile.has-error {
	margin-bottom: 6px;
}

.avs-comment-turnstile__message {
	box-sizing: border-box;
	margin: 6px 0 12px;
	padding: 8px 10px;
	border-left: 3px solid #b32d2e;
	background: #fcf0f1;
	color: #5f1517;
	font-size: 14px;
	line-height: 1.4;
}

.avs-comment-turnstile__message:focus {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}
