.ro-locations-map {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ro-locations-map svg {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
}
.ro-locations-map svg g:hover {
  opacity: 0.85;
}
.ro-locations-map__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
.ro-locations-map__controls p {
  font-size: 1rem;
  margin: 0;
}
.ro-locations-map__controls select {
  font-size: 1.25rem;
  padding: 0.25rem 0.5rem;
  width: auto;
}
.ro-locations-map__locations {
  min-height: 60px;
}
.ro-locations-map__empty {
  text-align: center;
  color: #6b7280;
}
.ro-locations-map__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.ro-locations-map__item {
  background: #ddc10c;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  color: white;
}

/*# sourceMappingURL=map.css.map*/