.congress-section-head.reviewed-head { align-items: center; }
.congress-section-head.reviewed-head p { justify-self: end; }
.coming-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.coming-card > h3:first-child { margin-top: 0; }
.coverage-caveat-single { justify-content: flex-end; }

.house-races-flag {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(101, 201, 184, .08), rgba(8, 17, 23, 0));
}

.house-races-flag-grid {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 140px);
  align-items: center;
  padding-top: clamp(56px, 7vw, 100px);
  padding-bottom: clamp(56px, 7vw, 100px);
}

.house-races-status {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--teal-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.house-races-flag h2 {
  max-width: 700px;
  margin: 0;
  color: var(--text);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(54px, 6vw, 94px);
  font-weight: 400;
  line-height: .98;
}

.house-races-flag p {
  max-width: 740px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.55;
}

.house-races-progress {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.house-races-progress::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

@media (max-width: 900px) {
  .congress-section-head.reviewed-head { align-items: start; }
  .congress-section-head.reviewed-head p { justify-self: start; }
  .house-races-flag-grid { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 700px) {
  .coming-grid { grid-template-columns: 1fr; }
}
