.snker-contact {
	max-width: 40rem;
	margin: 0 auto;
}

.snker-contact__section {
	margin: 0 0 2.5rem;
}

.snker-contact__h2 {
	margin: 0 0 0.65rem;
	font-size: 1.35rem;
	font-weight: 700;
}

.snker-contact__lead,
.snker-contact__section p {
	margin: 0 0 1rem;
	line-height: 1.55;
	color: var(--wp--preset--color--mono-1, #000);
}

.snker-contact__notice {
	margin: 0 0 1.25rem;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	font-size: 0.95rem;
}

.snker-contact__notice--ok {
	background: #e8f5e9;
	color: #1b5e20;
}

.snker-contact__notice--err {
	background: #ffebee;
	color: #b71c1c;
}

.snker-contact__form p {
	margin: 0 0 0.9rem;
}

.snker-contact__form label {
	display: block;
	margin: 0 0 0.3rem;
	font-weight: 600;
	font-size: 0.9rem;
}

.snker-contact__form input[type="text"],
.snker-contact__form input[type="email"],
.snker-contact__form select,
.snker-contact__form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 0.9rem;
	border: 1.5px solid #000;
	border-radius: 999px;
	background: #fff;
	font: inherit;
	color: inherit;
}

.snker-contact__form textarea {
	border-radius: 16px;
	min-height: 9rem;
	resize: vertical;
}

.snker-contact__form input:focus,
.snker-contact__form select:focus,
.snker-contact__form textarea:focus {
	outline: 2px solid #000;
	outline-offset: 1px;
}

.snker-contact__honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.snker-contact__actions {
	margin-top: 1.1rem;
}

.snker-contact__submit {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: #000;
	color: #fff;
	font: inherit;
	font-weight: 700;
	padding: 0.7rem 1.5rem;
	cursor: pointer;
}

.snker-contact__submit:hover {
	opacity: 0.88;
}

.snker-contact__channels {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.snker-contact__channels li {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	align-items: baseline;
	padding: 0.85rem 1rem;
	background: var(--wp--preset--color--featured, #f7f2ea);
	border-radius: 12px;
}

.snker-contact__channel-label {
	font-weight: 700;
	min-width: 5.5rem;
}

.snker-contact__channels a {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.snker-contact__channels a:hover {
	text-decoration: underline;
}

/* Compact editorial presentation for the public contact page. */
.page-template-contact .wp-block-post-title {
	display: none;
}

.snker-contact {
	max-width: 34rem;
	font-size: 0.9rem;
	line-height: 1.55;
}

.snker-contact__section {
	margin-bottom: 2rem;
}

.snker-contact__section + .snker-contact__section {
	padding-top: 1.45rem;
	border-top: 1px solid rgba(105, 87, 63, 0.2);
}

.snker-contact__h2 {
	margin-bottom: 0.45rem;
	font-size: 1.15rem;
	font-weight: 750;
	line-height: 1.25;
}

.snker-contact__lead,
.snker-contact__section p {
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	line-height: 1.55;
}

.snker-contact__form p {
	margin-bottom: 0.7rem;
}

.snker-contact__form label {
	margin-bottom: 0.25rem;
	font-size: 0.78rem;
	line-height: 1.3;
}

.snker-contact__form input[type="text"],
.snker-contact__form input[type="email"],
.snker-contact__form select,
.snker-contact__form textarea {
	border: 1px solid rgba(31, 28, 24, 0.72);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
	line-height: 1.35;
}

.snker-contact__form input[type="text"],
.snker-contact__form input[type="email"],
.snker-contact__form select {
	height: 2.55rem;
	padding: 0 0.75rem;
}

.snker-contact__form textarea {
	min-height: 7.25rem;
	padding: 0.65rem 0.75rem;
}

.snker-contact__actions {
	margin-top: 0.9rem;
}

.snker-contact__submit {
	font-size: 0.82rem;
	line-height: 1;
	padding: 0.7rem 1.1rem;
}

.snker-contact__channels {
	margin-top: 0.8rem;
}

.snker-contact__channels li {
	padding: 0.55rem 0;
	background: transparent;
	border-bottom: 1px solid rgba(105, 87, 63, 0.18);
	border-radius: 0;
	font-size: 0.86rem;
}

.snker-contact__channel-label {
	min-width: 4.7rem;
}

@media (max-width: 640px) {
	.page-template-contact .wp-block-post-title {
		font-size: 2rem !important;
	}

	.snker-contact {
		font-size: 0.88rem;
	}
}
