.winebow-map--container {
    position: relative;
    z-index: 0;
    /* min-height: 425px; */
    min-height: 305px;
    max-height: 620px;
    margin: 0 auto;
    background-color: #fff;
    max-width: 920px;
  }

#winebow-map {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  background-color: transparent;
}

#winebow-map path {
  fill: #fff;
  stroke: transparent;
  stroke-miterlimit:10;
}

#winebow-map path[data-active-state="1"] {
  fill: rgb(166, 183, 222);
}

.winebow-map__mini-states {
  position: relative;
  z-index: 9;
  right: 0;
  bottom: 2%;
  width: 100%;
}

.winebow-map__mini-state {
  width: 25px;
  height: 25px;
  background-color: rgba(240, 246, 254, 1);
  border: 1px solid rgb(29, 56, 109);
  color: rgb(29, 56, 109);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  padding: 0;
  /* SVG props */
  fill: white;
  stroke-width: 0.05rem;
  font-size: 10px;
  text-decoration: none;
  margin-top: 1rem;
}

.winebow-map__mini-state:hover {
  background-color: rgba(166, 183, 222, 1);
}


.winebow-map__city-state-2 {
  stroke: rgb(10, 34, 80);
  stroke-width: 1px;
}

@media screen and (max-width: 1200px) {
  .winebow-map__mini-states {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .winebow-map__mini-state {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
    margin-top: 0;
  }
}
/* "lg": 992px, _grid-breakpoints.scss */
@media screen and (min-width: 1200px) {

  .winebow-map__mini-states {
    position: absolute;
    flex-direction: column;
    top: 32%;
    right: 4%;
    height: 60%;
    width: auto;
  }
  .winebow-map__mini-state {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .winebow-map--container {
    min-height: unset;
  }
}

.state-text {
  fill: #3b63bc;
}
