.geo-page .geo-state-polls-status .state-polls-status-title {
  display: block;
  max-width: 520px;
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.geo-page .geo-kicker {
  margin: 0 0 6px;
  color: #666;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.geo-page .geo-last-updated {
  display: inline-block;
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.geo-page .geo-election-hero-grid {
  align-items: start;
}

.geo-result-summary {
  margin-bottom: 34px;
}

.geo-result-summary > .section-title {
  margin-bottom: 14px;
}

.geo-page .geo-result-summary .state-result-wrap,
.geo-page .geo-result-summary .results-card {
  width: 100%;
}

.geo-page .geo-result-summary .results-card {
  margin: 0;
}

.geo-results-summary-copy {
  margin: 8px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.geo-results-progress-bar .geo-bar-bn {
  width: 85.7%;
  background: var(--bn-party);
}

.geo-results-progress-bar .geo-bar-ph {
  width: 14.3%;
  background: var(--ph-party);
}

.geo-results-progress-bar .geo-bar-pn,
.geo-results-progress-bar .geo-bar-others {
  width: 0;
}

.geo-results-table-wrap {
  overflow-x: auto;
}

.geo-results-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

.geo-results-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.geo-results-table > thead > tr > th,
.geo-results-table > tbody > tr > th,
.geo-results-table > tbody > tr > td {
  padding: 14px 0;
  border-top: 1px solid #dddddd;
  text-align: center;
  vertical-align: middle;
}

.geo-results-table > thead > tr > th {
  padding-top: 0;
  padding-bottom: 10px;
  border-top: 0;
  color: #777;
  font-weight: 500;
}

.geo-results-table > tbody > .geo-results-party-row:first-child > th,
.geo-results-table > tbody > .geo-results-party-row:first-child > td {
  border-top: 1px solid #dddddd;
}

.geo-results-table > thead > tr > th:first-child,
.geo-results-table > tbody > tr > th:first-child {
  text-align: left;
}

.geo-results-table > tbody > .geo-results-party-row > th {
  font-weight: 800;
}

.geo-party-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.geo-party-label span:last-child {
  min-width: 0;
}

.geo-results-table > tbody > .geo-results-party-row > td {
  font-size: 20px;
  font-weight: 800;
}

.geo-results-table > tbody > .geo-results-party-row > td:last-child {
  width: 44px;
}

.geo-results-toggle {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.geo-results-toggle::before {
  content: "expand_more";
  font-family: "Material Symbols Rounded";
  font-size: 22px;
  line-height: 1;
}

.geo-results-toggle[aria-expanded="true"]::before {
  content: "expand_less";
}

.geo-results-toggle:hover,
.geo-results-toggle:focus-visible {
  background: #f2f2f2;
  color: var(--brand-red);
}

.geo-results-detail-row > td {
  padding: 0 0 16px;
  border-top: 0;
  text-align: left;
}

.geo-component-table {
  width: min(520px, 100%);
  margin-left: 54px;
  border-collapse: collapse;
  color: #555;
  font-size: 12px;
  line-height: 1.35;
}

.geo-component-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.geo-component-table th,
.geo-component-table td {
  padding: 6px 0;
  border: 0;
  text-align: left;
  font-weight: 500;
}

.geo-component-table td {
  text-align: right;
}

.geo-results-source {
  margin: 12px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.geo-page .latest-news-grid .news-card.is-live-video-extra {
  display: flex;
}

.geo-page .latest-news-grid .news-card:nth-of-type(n+10) {
  display: none;
}

.geo-page .hero-sidebar {
  width: 100%;
}

.geo-page .prn-milestone-card,
.geo-page .daily-alert-card {
  width: 100%;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .geo-page .geo-election-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .geo-page .geo-result-summary {
    order: 1;
  }

  .geo-page .latest-news-section {
    order: 2;
  }

  .geo-page .prn-milestone-card {
    order: 3;
  }

  .geo-page .daily-alert-card {
    order: 4;
  }

  .geo-page .latest-news-grid .news-card.is-live-video-extra {
    display: grid;
  }
}

@media (max-width: 767px) {
  .geo-page .geo-state-polls-status .state-polls-status-title {
    font-size: 19px;
  }

  .geo-results-summary-copy,
  .geo-results-source {
    font-size: 12px;
  }

  .geo-results-table {
    font-size: 13px;
  }

  .geo-results-table > thead > tr > th,
  .geo-results-table > tbody > tr > th,
  .geo-results-table > tbody > tr > td {
    padding: 12px 0;
  }

  .geo-party-label {
    gap: 10px;
  }

  .geo-results-table > tbody > .geo-results-party-row > td {
    font-size: 18px;
  }

  .geo-component-table {
    width: 100%;
    margin-left: 0;
  }

}
