/* Minimal base styles for SimpleMaps SVG integration */

.rd-locations__map-image svg {
  display: block;
  width: 100%;
  height: auto;
}
