.pasta-site-contact__article {
	max-width: 760px;
}

.pasta-site-contact__field {
	margin: 0 0 1.25rem;
}

.pasta-site-contact__field label {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: 700;
}

.pasta-site-contact__field input,
.pasta-site-contact__field textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0.65rem;
	border: 1px solid #ccc;
	font: inherit;
}

.pasta-site-contact__field input:focus-visible,
.pasta-site-contact__field textarea:focus-visible,
.pasta-site-contact__actions button:focus-visible,
.pasta-site-contact__notice a:focus-visible {
	outline: 3px solid #62812f;
	outline-offset: 2px;
}

.pasta-site-contact__field [aria-invalid="true"] {
	border-color: #a83232;
}

.pasta-site-contact__required-note {
	margin-bottom: 1rem;
	color: #596253;
}

.pasta-site-contact__required {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.08rem 0.4rem;
	border-radius: 999px;
	background: #f3f6ee;
	color: #3b4434;
	font-size: 0.75em;
	font-weight: 700;
}

.pasta-site-contact__field-error {
	display: block;
	margin-top: 0.35rem;
	color: #8f2222;
	font-weight: 700;
}

.pasta-site-contact__actions button {
	padding: 0.65rem 1.5rem;
	cursor: pointer;
}

.pasta-site-contact__notice {
	margin-bottom: 1.25rem;
	padding: 0.75rem 1rem;
	border-left: 4px solid transparent;
}

.pasta-site-contact__notice p:last-child,
.pasta-site-contact__notice ul:last-child {
	margin-bottom: 0;
}

.pasta-site-contact__notice--success {
	background: #f0f8f0;
	border-left-color: #62812f;
}

.pasta-site-contact__notice--error {
	background: #fff3f3;
	border-left-color: #a83232;
}

.pasta-site-contact__field--trap {
	position: absolute;
	left: -9999px;
	height: 1px;
	overflow: hidden;
}
