/* ==========================================================================
   Google Maps module
   ========================================================================== */

.site-section--full-width .maps-section__frame {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.maps-section__frame {
	height: var(--maps-height, 420px);
	border-radius: var(--radius-card);
	overflow: hidden;
	border: 1px solid var(--border);
	background: var(--bg-soft);
}

.maps-section__embed {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.maps-section__address {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 0;
	color: var(--text-soft);
	font-size: 15px;
	text-align: center;
}

.maps-section__address .hex-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: var(--accent);
}

.maps-section__address a {
	color: inherit;
	text-decoration: none;
}

.maps-section__address a:hover {
	color: var(--accent);
	text-decoration: underline;
}
