#map-wrap { margin: 1.5rem 0; }
#map-controls {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-bottom: 10px; align-items: center;
}
.map-pill {
  font-size: 12px; padding: 3px 10px;
  border-radius: 20px; border: 1px solid #ccc;
  background: white; cursor: pointer; transition: all 0.15s;
}
.map-pill:hover { background: #f5f5f5; }
.map-pill.active { background: #2C2C2A; color: #F1EFE8; border-color: #2C2C2A; }
#pioneras-map {
  width: 100%; height: 420px;
  border-radius: 8px; border: 1px solid #e0e0e0;
}
#caso-info {
  margin-top: 10px; padding: 12px 16px;
  background: #f9f9f7; border-radius: 8px;
  border: 1px solid #e0e0e0; font-size: 14px;
  display: none;
}
#caso-info.visible { display: block; }
#caso-info h4 { margin: 0 0 4px; font-size: 16px; }
#caso-info .ci-meta { color: #666; font-size: 12px; margin: 0 0 8px; }
#caso-info .ci-mecs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.mec-badge {
  font-size: 11px; padding: 2px 8px; border-radius: 4px; font-weight: 600;
}
#map-stats { font-size: 12px; color: #666; margin-bottom: 8px; }

#pioneras-map svg text {
  direction: ltr;
  unicode-bidi: plaintext;
}
