/* EU4-style curved nation labels (SVG textPath — same as claim-map) */
.leaflet-civNationLabels-pane,
.civ-nation-label-svg {
  pointer-events: none !important;
}

.civ-nation-curve-label {
  pointer-events: none !important;
  user-select: none;
}
