/* Single physical Data Center profile map. */
.bc-profile-map {
	width: 100%;
	height: clamp(330px, 45vw, 520px);
	min-height: 330px;
	background: #dce2e5;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	overflow: hidden;
}
.bc-profile-map--error {
	display: grid;
	place-items: center;
	padding: 1.5rem;
	color: var(--bc-text-soft);
	background: var(--bc-surface-alt);
	text-align: center;
}
.bc-map-precision-note {
	margin-top: .75rem;
	color: var(--bc-text-soft);
	font-size: .85rem;
}
