.usa-region-map {
  position: relative;
  max-width: 100%;
}

.usa-region-map svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.usa-region-map .state-label {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  height: 50px;
}

.usa-region-map .state {
  fill: #e3e6e8;
  transition: none;
}

.usa-region-map .borders {
  stroke: #fff;
  stroke-width: 1;
}

.usa-region-map .dccircle {
  display: inline;
}

.usa-region-map .separator1 {
  stroke: #b0b0b0;
  stroke-width: 2;
}

.usa-region-map .rep {
  fill: var(--hf-coverage-fill, #32adfb) !important;
}

.usa-region-map .rep:hover,
.usa-region-map .rep.is-hovered {
  fill: var(--hf-coverage-hover, #377493) !important;
  cursor: pointer;
}

.usa-region-map .state-abbr {
  pointer-events: none;
  fill: #1f2933;
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
  dominant-baseline: middle;
  paint-order: stroke;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linejoin: round;
}

.usa-region-map .state-abbr--rep {
  fill: #0a2742;
}
