.ocf-business-map { background: var(--ocf-bg); }
.ocf-business-map__nap { display: grid; gap: .25rem; margin-bottom: 1rem; color: var(--ocf-heading); }
.ocf-business-map__nap strong { font-size: 1.15rem; }
.ocf-business-map__nap a { width: fit-content; color: var(--ocf-heading); text-decoration: none; }
.ocf-business-map__nap a:hover { color: var(--ocf-primary); text-decoration: underline; }
.ocf-business-map__embed { overflow: hidden; border-radius: var(--card-radius, .75rem); }
.ocf-business-map__embed iframe { display: block; width: 100%; height: 400px; border: 0; }
/* The address-only map in the home service-area section is replaced by the Business Profile map. */
.home .ocf-service-areas__map { display: none; }
@media (max-width: 640px) { .ocf-business-map__embed iframe { height: 300px; } }
