.leaflet-election-name-label {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #1a1a1a;
  font-family: 'Univers LT W01 65 Bold', 'Univers LT Std', 'Helvetica Neue',
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 -1px 0 #fff,
    0 1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}

.leaflet-election-name-label.leaflet-tooltip-top {
  margin-top: 0 !important;
}

.leaflet-election-name-label::before {
  display: none;
}
