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

.point-forecast-chart .axis {
  font-family: inherit;
}

.point-forecast-chart .chart-title {
  font-size: 16px;
  font-weight: bold;
}

.point-forecast-chart .chart-title-with-bg {
  font-size: 12px;
}

.point-forecast-chart .chart-subtitle {
  font-size: 12px;
}

.point-forecast-chart svg {
  display: block;
}

.point-forecast-chart .axis line {
  color: #9e9e9e;
}

.point-forecast-chart .axis .secondary line {
  color: #e0e0e0;
}

.point-forecast-chart .halo-label {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
}

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

.point-forecast-chart .local-flying-toggle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  display: flex;
  align-items: center;
}

.point-forecast-chart .y-middle-domain-toggle {
  position: absolute;
  background-color: transparent;
}

.point-forecast-chart .y-middle-domain-toggle button {
  display: block;
  border: none;
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.point-forecast-chart .cb-min-line-path {
  fill: none;
  stroke-width: 2px;
  stroke: #737373;
}

.point-forecast-chart .temp-zero-line-path {
  fill: none;
  stroke-width: 1px;
  stroke: #e91e63;
  pointer-events: none;
  stroke-opacity: 0.2;
}

.point-forecast-chart .hairline-line {
  pointer-events: none;
  stroke: #424242;
}

.point-forecast-chart .hairline-label-background {
  fill: #ffffff;
}

.point-forecast-chart .hairline-label-text {
  fill: #424242;
}
