.prt-contact {
	color: #20262b;
}

.prt-contact__form {
	display: grid;
	gap: 1.15rem;
	width: 100%;
}

.prt-contact__grid {
	display: grid;
	gap: 1rem;
}

.prt-contact__field {
	display: grid;
	gap: 0.45rem;
}

.prt-contact__field label {
	font-size: 0.92rem;
	font-weight: 750;
}

.prt-contact__field input:not([type="checkbox"]),
.prt-contact__field select,
.prt-contact__field textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 3.15rem;
	padding: 0.78rem 0.9rem;
	border: 1.5px solid #8b9196;
	border-radius: 0.55rem;
	background: #fff;
	color: #20262b;
	font: inherit;
}

.prt-contact__field textarea {
	min-height: 9rem;
	resize: vertical;
}

.prt-contact__field input:focus-visible,
.prt-contact__field select:focus-visible,
.prt-contact__field textarea:focus-visible,
.prt-contact__submit:focus-visible,
.prt-contact a:focus-visible {
	outline: 3px solid #20262b;
	outline-offset: 3px;
}

.prt-contact__field [aria-invalid="true"] {
	border-color: #9f1239;
}

.prt-contact__field-error {
	color: #881337;
	font-weight: 650;
}

.prt-contact__hint,
.prt-contact__required {
	margin: 0;
	font-size: 0.9em;
}

.prt-contact__consent label {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	font-weight: 400;
}

.prt-contact__consent input {
	accent-color: #f97316;
	flex: 0 0 auto;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.15rem;
}

.prt-contact__submit {
	min-height: 3.15rem;
	padding: 0.8rem 1.4rem;
	border: 2px solid #20262b;
	border-radius: 0.55rem;
	background: #f97316;
	color: #20262b;
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	justify-self: start;
}

.prt-contact__submit:hover {
	background: #ff8a2d;
}

.prt-contact__notice {
	margin-bottom: 1.25rem;
	padding: 1rem;
	border: 2px solid currentcolor;
	border-radius: 0.55rem;
}

.prt-contact__notice p:first-child,
.prt-contact__notice ul:last-child,
.prt-contact__notice p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.prt-contact__notice--success {
	color: #166534;
	background: #f0fdf4;
}

.prt-contact__notice--error {
	color: #881337;
	background: #fff1f2;
}

.prt-contact__honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (min-width: 48rem) {
	.prt-contact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.prt-contact *,
	.prt-contact *::before,
	.prt-contact *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
