.edq-public-location {
	margin-top: clamp(2.5rem, 7vw, 5rem);
	padding-top: 1.25rem;
	border-top: 1px solid currentColor;
}

.edq-public-location-label {
	display: grid;
	gap: .35rem;
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.15rem, 2.5vw, 1.5rem);
}

.edq-public-location-label span {
	font-family: Inter, ui-sans-serif, system-ui, sans-serif;
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	opacity: .7;
}

.edq-public-map {
	overflow: hidden;
	aspect-ratio: 16 / 7;
	min-height: 220px;
	border: 1px solid currentColor;
	background: #111216;
}

.edq-public-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	border: 0;
	filter: grayscale(1) contrast(1.08);
}

.edq-public-location-link {
	margin: .85rem 0 0;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.edq-public-location-link a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: .25em;
}

@media (max-width: 560px) {
	.edq-public-map {
		aspect-ratio: 4 / 3;
	}
}