.osm-embed {
	width: 100%;
	min-height: 22rem;
	border: 1px solid var(--sg-border);
	border-radius: var(--sg-radius-panel);
	margin-top: 0.75rem;
}

.map-link {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-size: 0.95rem;
}

@media (min-width: 900px) {
	.osm-embed {
		min-height: 28rem;
	}
}
