.be-hv-widget {
	clear: both;
	margin: 10px 0;
	width: 100%;
}

.be-hv-element {
	min-height: 0;
}

.be-hv-trigger {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	padding: 0 14px;
	text-align: center;
	width: 100%;
}

.be-hv-trigger:hover,
.be-hv-trigger:focus {
	border-color: #d9534f;
	color: #d9534f;
	outline: 0;
}

.be-hv-status {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	text-align: left;
}

.be-hv-widget[data-be-hv-state="passed"] .be-hv-trigger {
	border-color: #2f8f46;
	color: #2f8f46;
}

.be-hv-widget[data-be-hv-state="error"] .be-hv-status,
.be-hv-search-error {
	color: #c62828;
}

.be-hv-search-form {
	margin: 16px auto;
	max-width: 420px;
}

.be-hv-search-submit {
	margin-top: 4px;
	min-height: 40px;
	width: 100%;
}

.be-hv-search-error {
	font-size: 14px;
	margin: 10px 0;
}

@media screen and (max-width: 480px) {
	.be-hv-widget {
		margin: 8px 0;
	}
}
