.hide {
  display: none;
}
h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.card {
  padding: 0;
}
.entry .type {
  font-weight: 700;
}
select[id^="state-"],
#state {
  width: 75%;
  max-width: 25rem;
  margin: auto;
  font-size: 1.2rem;
  padding: 0.25rem;
}
svg[id^="map-"],
#map {
  display: block;
  margin: 0 auto;
}

svg[id^="map-"] path,
#map path {
  fill: #437A88;
  stroke: #fff;
  stroke-width: 0.25%;
  stroke-linejoin: round;
  position: absolute;
  z-index: -1;
}
svg[id^="map-"] path:hover,
#map path:hover {
  fill: #14C39A;
  cursor: pointer;
}
svg[id^="map-"] path.active,
#map path.active {
  fill: #14C39A;
}
svg[id^="map-"] path.no-locations,
#map path.no-locations {
  fill: #FFC47C;
}

.state-entry {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

.state-entry strong {
  color: #333;
}

.state-entry a {
  color: #007bff;
  text-decoration: none;
}

.state-entry a:hover {
  text-decoration: underline;
}

.state-entry hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.locations h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333;
}
