#asianGrowthMap {
  box-sizing: border-box;
  color: #333;
  display: block;
  font-family: sans-serif;
  margin: 20px auto;
  max-width: 740px;
  position: relative;
  width: 100%;
}

#asianGrowthMap img {
  width: 100%;
}

#asianGrowthMap text {
  font-size: 14px;
  font-weight: 300;
  pointer-events: none;
}

#asianGrowthMap .chart-header .dek {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

#asianGrowthMap .chart-header .hed {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

#asianGrowthMap .graphic-attribution {
  box-sizing: border-box;
  color: rgb(102, 102, 102);
}

#asianGrowthMap .graphic-attribution p {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  margin: 0;
}

#asianGrowthMap .key-container {
  left: 0%;
  position: absolute;
  text-align: left;
  top: 35%;
  width: 34%;
}

#asianGrowthMap .key-container p {
  color: #333333;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

#asianGrowthMap .key-container .hover-note {
  color: rgb(102, 102, 102);
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  margin: 15px auto;
}

#asianGrowthMap .key-container .key {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}

#asianGrowthMap .key-container .key p {
  font-family: sans-serif;
  font-weight: 300;
  transform: translateY(25%);
}

#asianGrowthMap .key-container .color-key {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  margin: 0 auto;
}

#asianGrowthMap .key-container .color-key span {
  display: block;
  width: 20px;
  height: 10px;
}
#asianGrowthMap .key-container .color-key .decrease,
#asianGrowthMap .key-container .color-key .increase {
  display: flex;
  align-items: center;
  justify-content: center;
}
#asianGrowthMap .key-container .color-key .decrease span {
  background-color: #df833d;
  margin-right: 5px;
}
#asianGrowthMap .key-container .color-key .increase span {
  background-color: #492340;
  margin-right: 5px;
}
#asianGrowthMap .key-container .key .colors {
  background: rgb(221, 246, 229);
  display: grid;
  height: 15px;
  width: 100%;
}

#asianGrowthMap .key-container .key .colors span {
  display: block;
  height: 15px;
  width: 100%;
}

#asianGrowthMap .key-container .key .values {
  display: block;
  font-size: 12px;
  height: 10px;
  position: relative;
  width: 100%;
}

#asianGrowthMap .key-container .key .values span {
  display: block;
  height: fit-content;
  margin: 0;
  position: absolute;
  transform: translate(-50%, 5px);
}

#asianGrowthMap .key-container .key .values span::before {
  background-color: #000;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translate(0%, -20px);
  width: 1px;
}

#asianGrowthMap .map-container {
  margin: 15px auto;
  position: relative;
}

#asianGrowthMap .map-container .map {
  position: relative;
}

#asianGrowthMap .map-container .map .community-area-label {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  text-align: center;
  text-anchor: middle;
  text-transform: capitalize;
  visibility: visible;
}
#asianGrowthMap .circles {
  display: flex;
  justify-content: center;
  align-items: center;
}

#asianGrowthMap .circles .circle {
  display: block;
  border-radius: 50%;
  border: 1px dashed #000;
  margin: 5px;
}

#asianGrowthMap .circle-1 {
  width: 10px;
  height: 10px;
}

#asianGrowthMap .circle-2 {
  width: 30px;
  height: 30px;
}

#asianGrowthMap .circle-3 {
  width: 60px;
  height: 60px;
}

#asianGrowthMap .tooltip {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  font-size: 0.9em;
  left: 0;
  line-height: 1.4em;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-out;
  z-index: 999;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#asianGrowthMap .tooltip p {
  font-size: 13px;
  margin: 0;
}
#asianGrowthMap .tooltip hr {
  margin: 5px auto;
}
#asianGrowthMap .tooltip .district {
  color: gray;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 5px;
}
#asianGrowthMap .key-hed {
  text-align: center;
}
#asianGrowthMap .tooltip table {
  font-size: 13px;
  font-weight: 300;
  width: fit-content;
}

#asianGrowthMap .tooltip td,
#asianGrowthMap .tooltip th {
  text-align: right;
  padding: 2.5px 5px;
}

#asianGrowthMap .tooltip .primary-value span {
  font-weight: bold;
}

@media (max-width: 650px) {
  #asianGrowthMap .key-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: fit-content;
  }
  #asianGrowthMap .key-container .key {
    margin: 0 auto;
  }
}
