.top-therm-chart {
  color: #424242;
  font-size: 10px;
  position: relative;
  line-height: 1.2;
}

.top-therm-chart .chart-title {
  font-size: 16px;
  font-weight: bold;
}

.top-therm-chart .chart-title-with-bg {
  font-size: 12px;
}

.top-therm-chart .chart-subtitle {
  font-size: 12px;
}

.top-therm-chart svg {
  display: block;
}

.top-therm-chart .axis line {
  color: #bdbdbd;
}

.top-therm-chart .axis .secondary line {
  color: #eeeeee;
}

.top-therm-chart .overall-rating-separator-line {
  color: #bdbdbd;
}

.top-therm-chart .wind-speed-toggle {
  position: absolute;
  right: 4px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.top-therm-chart .temp-zero-line-path {
  fill: none;
  stroke-width: 1px;
  stroke: #e91e63;
  pointer-events: none;
  stroke-opacity: 0.4;
}

.top-therm-chart .halo-label {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
