.copy-block p,
.contact-intro p {
	margin: 0 0 1em;
}

.copy-intro {
	line-height: 1.65;
}

.services-heading {
	color: #0000ff;
	font-size: 20px;
	font-weight: bold;
	margin: 1.4em 0 0.25em;
}

.services-note {
	color: #0000ff;
	font-weight: bold;
	margin: 0 0 1em;
}

.services-list {
	margin-top: 0.75em;
}

.contact-intro {
	font-weight: bold;
	margin-bottom: 18px;
}

.contact-form {
	max-width: 620px;
}

.contact-form .form-row {
	margin: 0 0 14px;
}

.contact-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.contact-form .required {
	color: #813131;
}

.contact-form input,
.contact-form textarea {
	box-sizing: border-box;
	border: 1px solid #bfa98b;
	padding: 8px;
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}

.contact-form textarea {
	min-height: 130px;
	resize: vertical;
}

.contact-form .hp-field {
	display: none;
}

.recaptcha-row {
	min-height: 78px;
}

.contact-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.contact-actions button,
.contact-actions input[type="reset"] {
	border: 1px solid #5c2323;
	background: #813131;
	color: #fff;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 16px;
	width: auto;
}

.contact-actions input[type="reset"] {
	background: #6f6254;
	border-color: #4f463c;
}

.form-message {
	border: 1px solid #d8c2a5;
	background: #f7efe4;
	margin: 0 0 16px;
	padding: 12px;
}

.form-message.error {
	border-color: #c26d6d;
	background: #f7e5e5;
}

.form-message ul {
	margin-top: 8px;
}
