/* Forecast v3 candidate. Runtime installation requires a separate approved apply patch. */
.forecast-v3__intro {
  max-width: 760px;
  color: #5c5855;
  line-height: 1.8;
}

.forecast-v3__years {
  display: grid;
  gap: 44px;
  margin-top: 34px;
}

.forecast-v3__year {
  min-width: 0;
  border-top: 2px solid #202020;
  padding-top: 24px;
}

.forecast-v3__year-head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.forecast-v3__year-head > strong {
  color: #202020;
  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0;
}

.forecast-v3__year-head h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: 0;
}

.forecast-v3__year-head p {
  margin: 0;
  color: #5c5855;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.forecast-v3__cue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #ddd8d2;
  background: #ddd8d2;
}

.forecast-v3__cue {
  min-width: 0;
  padding: 24px;
  background: #fff;
}

.forecast-v3__cue:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.forecast-v3__label {
  display: block;
  margin-bottom: 10px;
  color: #9d223d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.forecast-v3__cue h4 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.forecast-v3__cue p {
  margin: 0;
  color: #423f3c;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.forecast-v3__cue small {
  display: block;
  margin-top: 14px;
  color: #716c67;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .forecast-v3__years {
    gap: 34px;
    margin-top: 26px;
  }

  .forecast-v3__year-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .forecast-v3__year-head > strong {
    font-size: 31px;
  }

  .forecast-v3__year-head h3 {
    font-size: 21px;
  }

  .forecast-v3__cue-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .forecast-v3__cue:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .forecast-v3__cue {
    padding: 20px 18px;
  }

  .forecast-v3__cue h4 {
    font-size: 19px;
  }
}
