/* src/main/resources/static/css/wp-map.css */
.wp-precios-map {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.precios-map {
  width: 100%;
  height: 420px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
}

.precios-map--placeholder {
  display: grid;
  place-items: center;
}

.precios-map__placeholder {
  color: #64748b;
  font-size: 14px;
}

/* Etiqueta del radio */
.radius-label {
  background: #111827;
  color: #fff;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
