.us-states-label {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.us-states-label:before {
  display: none;
}

.us-states-label span {
  display: block;
  font-size: 11px;
  font-family: sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
