/* ── HPZ Theme — Kontakt section shell (opening-hours + map-embed
   blocks are styled in their own blocks/*/style.css files) ── */

.kontakt-grid { align-items: start; gap: 28px !important; }
@media (min-width: 880px) { .kontakt-grid { gap: 36px !important; } }

.kontakt-grid > .wp-block-column:first-child > * {
	margin-block-start: 0 !important;
}
.kontakt-grid > .wp-block-column:first-child .wp-block-spacer {
	height: 20px !important;
}

.address-card {
	display: flex;
	flex-direction: column;
}
.address-card > * { margin-block-start: 0; }
.address-card .ac-v { font-weight: 500; font-size: 17px; line-height: 1.5; color: var(--wp--preset--color--ink); margin: 0 0 38px; }
.address-card .wp-block-buttons { border-top: 1px solid var(--wp--preset--color--line-soft); padding-top: 16px; gap: 8px !important; }
.address-card .is-style-eyebrow,
.address-card .hpz-eyebrow { text-transform: uppercase !important; font-size: 11px !important; letter-spacing: .18em; color: #786f6c; }
