.esv-contact-form {
	max-width: 640px;
	margin: 32px auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.esv-contact-row {
	margin-bottom: 20px;
}

.esv-contact-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #333;
}

.esv-contact-row label span {
	color: #e53e3e;
}

.esv-contact-row input[type="text"],
.esv-contact-row input[type="email"],
.esv-contact-row input[type="number"],
.esv-contact-row textarea {
	width: 100%;
	padding: 11px 14px;
	border: 2px solid #dde4eb;
	border-radius: 8px;
	font-size: 1rem;
	color: #333;
	transition: border-color .18s;
	box-sizing: border-box;
}

.esv-contact-row input:focus,
.esv-contact-row textarea:focus {
	border-color: #1e73be;
	outline: none;
	box-shadow: 0 0 0 3px rgba(30,115,190,.12);
}

.esv-contact-captcha label {
	font-size: 1rem;
}

.esv-contact-btn {
	background: #1e73be;
	color: #fff;
	border: none;
	padding: 13px 32px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background .18s;
}

.esv-contact-btn:hover {
	background: #155a96;
}

.esv-contact-notice {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 24px;
	font-size: .97rem;
}

.esv-contact-notice--ok {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #6ee7b7;
}

.esv-contact-notice--err {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fca5a5;
}
