@font-face {
  font-family: "Candidate Lining Numerals";
  src: local("Times New Roman"), local("TimesNewRomanPSMT");
  font-style: normal;
  font-weight: 400 700;
  unicode-range: U+0024-0025, U+002C-002E, U+0030-0039;
}

body.candidate-location-aligned {
  --navy: #082f49;
  --navy-deep: #082f49;
  --navy-ink: #06283f;
  --teal: #16766f;
  --teal-soft: #e5f2ef;
  --gold: #ad7d25;
  --gold-soft: #f1eadb;
  --coral: #a65f4c;
  --coral-soft: #f5e9e4;
  --blue: #3e7187;
  --blue-soft: #e8f0f2;
  --ink: #122f3f;
  --muted: #5e717a;
  --line: #d5dedd;
  --line-strong: #b9c9c9;
  --paper: #fbf8ef;
  --surface: #fff;
  --shadow: 0 18px 48px rgba(8, 47, 73, 0.12);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(8, 47, 73, 0.045), transparent 520px),
    var(--paper);
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-variant-numeric: lining-nums tabular-nums;
}

.candidate-location-aligned .skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  border: 2px solid #e0bd68;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
}

.candidate-location-aligned .skip-link:focus {
  transform: translateY(0);
}

.candidate-location-aligned .candidate-header {
  min-height: 66px;
  gap: 18px;
  border-color: rgba(8, 47, 73, 0.14);
  padding-block: 4px;
  background: rgba(251, 248, 239, 0.96);
}

.candidate-location-aligned .candidate-brand {
  width: 188px;
  height: auto;
}

.candidate-location-aligned .candidate-brand img {
  width: 100%;
  max-width: none;
  max-height: none;
  height: auto;
}

.candidate-location-aligned .candidate-region {
  margin-left: 0;
  border-left: 1px solid rgba(8, 47, 73, 0.18);
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.candidate-location-aligned .candidate-nav {
  gap: 2px;
  color: #405560;
  font-size: 0.78rem;
  font-weight: 750;
}

.candidate-location-aligned .candidate-nav a {
  border-radius: 0;
  padding: 10px 9px;
}

.candidate-location-aligned .candidate-nav a:hover,
.candidate-location-aligned .candidate-nav a:focus-visible {
  color: var(--navy);
  background: var(--gold-soft);
}

.candidate-location-aligned main {
  overflow: hidden;
}

.candidate-location-aligned .candidate-hero {
  min-height: 470px;
  background:
    linear-gradient(115deg, rgba(5, 37, 59, 0.97), rgba(8, 47, 73, 0.9)),
    url("civic-building-masthead.jpg") center / cover;
}

.candidate-location-aligned .candidate-hero::before {
  display: none;
}

.candidate-location-aligned .candidate-hero::after {
  z-index: -1;
  top: auto;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(224, 189, 104, 0.22);
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  box-shadow: 0 0 0 54px rgba(224, 189, 104, 0.035), 0 0 0 108px rgba(224, 189, 104, 0.025);
  mask-image: none;
}

.candidate-location-aligned .candidate-hero-inner {
  grid-template-columns: minmax(0, 1.15fr) minmax(370px, 0.85fr);
  gap: clamp(34px, 6vw, 78px);
  width: min(1240px, calc(100% - 40px));
  min-height: 470px;
  padding: 46px 0 50px;
}

.candidate-location-aligned .candidate-breadcrumbs {
  margin-bottom: 29px;
  color: #a9c0c9;
  font-size: 0.72rem;
  font-weight: 400;
}

.candidate-location-aligned .candidate-kicker {
  color: var(--gold);
  font-weight: 850;
  letter-spacing: 0.12em;
}

.candidate-location-aligned .candidate-hero .candidate-kicker {
  color: #e0bd68;
}

.candidate-location-aligned .candidate-hero h1,
.candidate-location-aligned .candidate-section-heading h2,
.candidate-location-aligned .candidate-news-card h3,
.candidate-location-aligned .candidate-coverage-summary-card strong,
.candidate-location-aligned .candidate-sources-panel-heading strong,
.candidate-location-aligned .candidate-profile-card h2,
.candidate-location-aligned .money-panel-heading h3,
.candidate-location-aligned .association-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.candidate-location-aligned .candidate-hero h1 {
  font-size: clamp(3.6rem, 7vw, 6.15rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.candidate-location-aligned .candidate-summary {
  color: #c8d7dc;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.65;
}

.candidate-location-aligned .candidate-identity span {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(8, 47, 73, 0.54);
}

.candidate-location-aligned .candidate-quick-read {
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid rgba(8, 47, 73, 0.18);
  border-top: 4px solid #e0bd68;
  border-radius: 0;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.candidate-location-aligned .candidate-portrait,
.candidate-location-aligned .candidate-portrait img,
.candidate-location-aligned .candidate-mark {
  width: 124px;
}

.candidate-location-aligned .candidate-portrait img,
.candidate-location-aligned .candidate-mark {
  height: 158px;
  border-color: var(--line);
  border-radius: 0;
}

.candidate-location-aligned .candidate-portrait figcaption,
.candidate-location-aligned .candidate-portrait figcaption a,
.candidate-location-aligned .candidate-quick-copy > p:not(.candidate-quick-label),
.candidate-location-aligned .candidate-quick-copy dt {
  color: var(--muted);
}

.candidate-location-aligned .candidate-quick-copy h2,
.candidate-location-aligned .candidate-quick-copy dd {
  color: var(--navy);
}

.candidate-location-aligned .candidate-quick-label,
.candidate-location-aligned .candidate-race-link {
  color: var(--teal);
}

.candidate-location-aligned .candidate-quick-copy dl {
  border-color: var(--line);
}

.candidate-location-aligned .candidate-overview-heading {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 30px;
  padding-top: 82px;
  scroll-margin-top: 70px;
}

.candidate-location-aligned .candidate-election-section,
.candidate-location-aligned .candidate-stats-section {
  width: min(1180px, calc(100% - 40px));
}

.candidate-location-aligned .candidate-election-section {
  padding-top: 82px;
}

.candidate-location-aligned .candidate-stats-section .candidate-overview-heading,
.candidate-location-aligned .candidate-stats-section .candidate-finance-summary {
  width: 100%;
}

.candidate-location-aligned .candidate-history-bar {
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(8, 47, 73, 0.045);
}

.candidate-location-aligned .candidate-finance-summary {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border: 0;
  padding-bottom: 34px;
  background: transparent;
  box-shadow: none;
}

.candidate-location-aligned .candidate-metric {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-color: var(--line);
  background: #fff;
}

.candidate-location-aligned .candidate-metric strong,
.candidate-location-aligned .result-block strong,
.candidate-location-aligned .election-stat-grid strong,
.candidate-location-aligned .activity-amount {
  font-family: "Candidate Lining Numerals", "Times New Roman", Times, serif;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-variant-numeric: lining-nums tabular-nums;
}

.candidate-location-aligned .candidate-page {
  display: block;
  width: min(1180px, calc(100% - 40px));
  padding: 0 0 82px;
}

.candidate-location-aligned .candidate-profile-rail {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, 0.7fr);
  gap: 18px;
  margin-bottom: 82px;
}

.candidate-location-aligned .candidate-profile-card:first-child .candidate-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
}

.candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div {
  min-width: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  padding: 14px;
}

.candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div:last-child {
  padding-right: 0;
}

.candidate-location-aligned .candidate-profile-card,
.candidate-location-aligned .election-card,
.candidate-location-aligned .money-panel,
.candidate-location-aligned .association-card,
.candidate-location-aligned .activity-row,
.candidate-location-aligned .empty-panel {
  border-radius: 0;
}

.candidate-location-aligned .candidate-profile-card {
  padding: 23px;
  box-shadow: 0 10px 26px rgba(8, 47, 73, 0.045);
}

.candidate-location-aligned .candidate-profile-card h2 {
  font-size: 1.22rem;
}

.candidate-location-aligned .candidate-section {
  padding-bottom: 72px;
  scroll-margin-top: 70px;
}

.candidate-location-aligned .candidate-section + .candidate-section {
  padding-top: 68px;
}

.candidate-location-aligned .candidate-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(240px, 0.65fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.candidate-location-aligned .candidate-section-heading h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.candidate-location-aligned .candidate-section-note {
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: left;
}

.candidate-location-aligned .candidate-cycle-select {
  justify-self: end;
}

.candidate-location-aligned .candidate-cycle-select select,
.candidate-location-aligned .activity-controls select,
.candidate-location-aligned .activity-more {
  border-radius: 0;
}

.candidate-location-aligned .activity-more[hidden] {
  display: none;
}

.candidate-location-aligned .candidate-news-section,
.candidate-location-aligned .candidate-methodology-section {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-top: 0;
  padding: 82px max(20px, calc((100vw - 1180px) / 2));
}

.candidate-location-aligned .candidate-news-section {
  color: #fff;
  background: var(--navy);
}

.candidate-location-aligned .candidate-news-section[hidden] {
  display: none;
}

.candidate-location-aligned .candidate-news-heading {
  border-color: rgba(255, 255, 255, 0.17);
}

.candidate-location-aligned .candidate-news-heading h2 {
  color: #fff;
}

.candidate-location-aligned .candidate-news-heading .candidate-section-note {
  color: #b5c7ce;
}

.candidate-location-aligned .candidate-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.candidate-location-aligned .candidate-news-grid[data-count="1"] {
  grid-template-columns: minmax(0, calc((100% - 30px) / 3));
  justify-content: center;
}

.candidate-location-aligned .candidate-news-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, calc((100% - 30px) / 3)));
  justify-content: center;
}

.candidate-location-aligned .candidate-news-grid[data-count="0"] {
  grid-template-columns: minmax(0, 1fr);
}

.candidate-location-aligned .candidate-news-empty {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #7fd4bc;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.candidate-location-aligned .candidate-news-empty strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.candidate-location-aligned .candidate-news-empty p {
  margin: 8px 0 0;
  color: #c4d4da;
  font-size: 0.76rem;
  line-height: 1.55;
}

.candidate-location-aligned .candidate-news-card {
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #7fd4bc;
  color: var(--ink);
  background: #fff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.candidate-location-aligned .candidate-news-card:hover,
.candidate-location-aligned .candidate-news-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(112, 197, 175, 0.8);
  outline: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.candidate-location-aligned .candidate-news-media {
  position: relative;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  background: #d7e1e3;
}

.candidate-location-aligned .candidate-news-media.is-fallback img {
  object-fit: contain;
}

.candidate-location-aligned .candidate-news-media figcaption {
  position: absolute;
  right: 7px;
  bottom: 6px;
  max-width: calc(100% - 14px);
  padding: 3px 5px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(7, 47, 73, 0.82);
  font-size: 0.5rem;
  line-height: 1.25;
  text-align: right;
}

.candidate-location-aligned .candidate-news-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.candidate-location-aligned .candidate-news-card:hover .candidate-news-media img,
.candidate-location-aligned .candidate-news-card:focus-visible .candidate-news-media img {
  transform: scale(1.025);
}

.candidate-location-aligned .candidate-news-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 19px 21px 21px;
}

.candidate-location-aligned .candidate-news-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.candidate-location-aligned .candidate-news-meta span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.candidate-location-aligned .candidate-news-meta time {
  flex: 0 0 auto;
  color: var(--muted);
  font-family: "Candidate Lining Numerals", "Times New Roman", Times, serif;
  font-size: 0.61rem;
}

.candidate-location-aligned .candidate-news-card h3 {
  margin: 0 0 13px;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.2;
}

.candidate-location-aligned .candidate-news-card-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.58;
}

.candidate-location-aligned .candidate-news-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}

.candidate-location-aligned .candidate-news-card-footer > span {
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.35;
}

.candidate-location-aligned .candidate-news-card-footer > strong {
  flex: 0 0 auto;
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 850;
}

.candidate-location-aligned .candidate-methodology-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--gold-soft);
}

.candidate-location-aligned .candidate-methodology-heading {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 42px;
  margin-bottom: 30px;
  padding-bottom: 24px;
}

.candidate-location-aligned .candidate-methodology-heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.candidate-location-aligned .candidate-methodology-heading .candidate-section-note {
  font-size: 0.84rem;
}

.candidate-location-aligned .candidate-methodology-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  gap: 18px;
  align-items: start;
}

.candidate-location-aligned .candidate-coverage-summary-card {
  border: 1px solid rgba(8, 47, 73, 0.18);
  padding: 20px;
  color: #dce8eb;
  background: var(--navy);
}

.candidate-location-aligned .candidate-coverage-summary-card > span,
.candidate-location-aligned .candidate-coverage-summary-card > strong,
.candidate-location-aligned .candidate-coverage-summary-card > small {
  display: block;
}

.candidate-location-aligned .candidate-coverage-summary-card > span {
  margin-bottom: 12px;
  color: #9fb9c4;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.candidate-location-aligned .candidate-coverage-summary-card > strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 1.48rem;
}

.candidate-location-aligned .candidate-coverage-summary-card p {
  margin: 0 0 16px;
  color: #afc5ce;
  font-size: 0.76rem;
  line-height: 1.55;
}

.candidate-location-aligned .candidate-coverage-summary-card small {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 11px;
  color: #9fb9c4;
  font-size: 0.64rem;
}

.candidate-location-aligned .candidate-sources-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.candidate-location-aligned .candidate-sources-panel-heading {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 9px 14px;
  background: #f5f0e6;
}

.candidate-location-aligned .candidate-sources-panel-heading strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.candidate-location-aligned .candidate-sources-panel-heading span {
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.candidate-location-aligned .candidate-sources-panel .source-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.candidate-location-aligned .candidate-sources-panel .source-group {
  min-width: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.candidate-location-aligned .candidate-sources-panel .source-group:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.candidate-location-aligned .candidate-sources-panel .source-group > summary {
  grid-template-columns: minmax(0, 1fr) 18px;
  min-height: 44px;
  gap: 12px;
  padding: 9px 13px;
}

.candidate-location-aligned .candidate-sources-panel .source-check {
  display: none;
}

.candidate-location-aligned .candidate-sources-panel .source-title small {
  display: none;
}

.candidate-location-aligned .candidate-sources-panel .source-title strong {
  color: var(--navy);
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.3;
}

.candidate-location-aligned .candidate-sources-panel .source-count {
  display: none;
}

.candidate-location-aligned .candidate-sources-panel .source-chevron {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(8, 47, 73, 0.24);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 1;
  transition: none;
}

.candidate-location-aligned .candidate-sources-panel .source-chevron::before {
  content: "+";
  color: var(--teal);
  font-size: 0.83rem;
  transform: translateY(-0.5px);
}

.candidate-location-aligned .candidate-sources-panel .source-group[open] .source-chevron {
  transform: none;
}

.candidate-location-aligned .candidate-sources-panel .source-group[open] .source-chevron::before {
  content: "\2212";
}

.candidate-location-aligned .candidate-sources-panel .source-documents {
  padding: 0 40px 13px 13px;
}

.candidate-location-aligned .candidate-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  color: #a9bec7;
  background: var(--navy-ink);
  font-size: 0.7rem;
}

.candidate-location-aligned .candidate-footer img {
  display: block;
  width: 158px;
}

.candidate-location-aligned .candidate-footer p {
  margin: 9px 0 0;
  font-size: 0.67rem;
}

.candidate-location-aligned .candidate-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 750;
}

@media (max-width: 1080px) {
  .candidate-location-aligned .candidate-hero-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .candidate-location-aligned .candidate-finance-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .candidate-location-aligned .candidate-profile-card:first-child .candidate-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .candidate-location-aligned .candidate-header {
    min-height: 62px;
  }

  .candidate-location-aligned .candidate-brand {
    width: 164px;
  }

  .candidate-location-aligned .candidate-hero-inner,
  .candidate-location-aligned .candidate-profile-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .candidate-location-aligned .candidate-quick-read {
    max-width: 560px;
  }

  .candidate-location-aligned .candidate-section-heading,
  .candidate-location-aligned .candidate-methodology-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .candidate-location-aligned .candidate-methodology-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .candidate-location-aligned .candidate-cycle-select {
    justify-self: start;
  }

  .candidate-location-aligned .candidate-news-grid,
  .candidate-location-aligned .candidate-news-grid[data-count="1"],
  .candidate-location-aligned .candidate-news-grid[data-count="2"] {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .candidate-location-aligned .candidate-news-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .candidate-location-aligned .candidate-region {
    display: none;
  }

  .candidate-location-aligned .candidate-nav a:not(:first-child):not(:last-child) {
    display: none;
  }

  .candidate-location-aligned .candidate-nav a:first-child,
  .candidate-location-aligned .candidate-nav a:last-child {
    display: block !important;
  }

  .candidate-location-aligned .candidate-hero h1 {
    font-size: clamp(3.2rem, 17vw, 4.7rem);
  }

  .candidate-location-aligned .candidate-overview-heading {
    padding-top: 62px;
  }

  .candidate-location-aligned .candidate-finance-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .candidate-location-aligned .candidate-profile-card:first-child .candidate-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div,
  .candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div:first-child,
  .candidate-location-aligned .candidate-profile-card:first-child .candidate-facts > div:last-child {
    border-left: 0;
    padding-inline: 0;
  }

  .candidate-location-aligned .candidate-quick-read {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .candidate-location-aligned .candidate-portrait,
  .candidate-location-aligned .candidate-portrait img,
  .candidate-location-aligned .candidate-mark {
    width: 96px;
  }

  .candidate-location-aligned .candidate-portrait img,
  .candidate-location-aligned .candidate-mark {
    height: 126px;
  }

  .candidate-location-aligned .candidate-news-section,
  .candidate-location-aligned .candidate-methodology-section {
    padding-block: 62px;
  }

  .candidate-location-aligned .candidate-sources-panel .source-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  .candidate-location-aligned .candidate-sources-panel .source-group:nth-child(odd) {
    border-right: 0;
  }

  .candidate-location-aligned .candidate-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .candidate-location-aligned .candidate-news-card,
  .candidate-location-aligned .candidate-news-media img {
    transition: none;
  }
}
