#election2025 .chart-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
}
#election2025 .chart-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#election2025 .chart-legend-item .symbol {
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
#election2025 .chart-legend-item .symbol.jd-100 {
  background: var(--jdcolor-100);
}
#election2025 .chart-legend-item .symbol.jd-200 {
  background: var(--jdcolor-200);
}
#election2025 .chart-legend-item .symbol.jd-5070 {
  background: var(--jdcolor-5070);
}
#election2025 .chart-legend-item .symbol.jd-70000 {
  background: var(--jdcolor-70000);
}
#election2025 .chart-legend-item .name {
  font-size: 14px;
  color: #222;
}
#election2025 .chart-area {
  margin-top: 22px;
}
#election2025 .chart-area .chart_container ~ .chart_container {
  padding-top: 11px;
  margin-top: 11px;
  border-top: 1px solid #ddd;
}
#election2025 .chart-area .chart_container-item + .chart_container-item {
  margin-top: 6px;
}
#election2025 .series-value {
  position: relative;
  top: -1px;
  font-size: 14px;
  letter-spacing: -0.07rem;
}
#election2025 .custom-tooltip-gender {
  width: 122px;
  padding: 8px 12px;
  position: relative;
}
#election2025 .custom-tooltip-gender::before, #election2025 .custom-tooltip-gender::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
}
#election2025 .custom-tooltip-gender::after {
  left: -5px;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}
#election2025 .custom-tooltip-gender::before {
  left: -6px;
  border-width: 7px 7px 7px 0;
  border-color: transparent #222 transparent transparent;
}
#election2025 .custom-tooltip-gender .region {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}
#election2025 .custom-tooltip-gender .region:has(.seventy-age) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
#election2025 .custom-tooltip-gender .region:has(.seventy-age) .sub-name {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  margin: 0;
}
#election2025 .custom-tooltip-gender .region .sub-name {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
  color: #666;
}
#election2025 .custom-tooltip-gender .text-box {
  margin-top: 8px;
}
#election2025 .custom-tooltip-gender .text-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2px;
}
#election2025 .custom-tooltip-gender .text-box li + li {
  margin-top: 2px;
}
#election2025 .custom-tooltip-gender .text-box li .name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  line-height: 22px;
}
#election2025 .custom-tooltip-gender .text-box li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  text-align: right;
  font-weight: 700;
  line-height: 22px;
}
#election2025 .custom-xAxis-label {
  width: 75px;
  text-align: left;
}
#election2025 .custom-xAxis-label:has(.seventy-age) .sub-name {
  color: #222;
}
#election2025 .custom-xAxis-label .name {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}
#election2025 .custom-xAxis-label .sub-name {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin-top: 1px;
}
#election2025 .highcharts-series path {
  -webkit-clip-path: inset(1px round 0 0 0 0);
          clip-path: inset(1px round 0 0 0 0);
}
#election2025 .highcharts-series-3 path {
  -webkit-clip-path: inset(1px round 0 0 2px 2px);
          clip-path: inset(1px round 0 0 2px 2px);
}
#election2025 .highcharts-series-0 path {
  -webkit-clip-path: inset(1px round 2px 2px 0 0);
          clip-path: inset(1px round 2px 2px 0 0);
}

[data-ios=true][data-browser=chrome] #election2025 .series-value {
  left: -2px;
}

[data-ios=true][data-browser=edge] #election2025 .series-value {
  left: -2px;
  top: -5px;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
  }
}