.election-vote-link {
  color: var(--teal);
  margin-top: 22px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vote-info {
  order: 8;
  background: #fff;
  padding: 95px 6vw;
}

.vote-heading {
  max-width: 980px;
}

.vote-heading h2 {
  letter-spacing: -.04em;
  margin: 16px 0 24px;
  font: 500 clamp(44px, 5vw, 72px)/.98 Georgia, serif;
}

.vote-heading > p:last-child {
  color: #465e63;
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
}

.vote-city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 50px;
}

.vote-city {
  border-top: 7px solid var(--orange);
  background: var(--cream);
  padding: 34px;
}

.vote-city-title > span {
  color: var(--teal);
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 900;
}

.vote-city-title h3 {
  margin: 12px 0 8px;
  font: 500 32px/1.08 Georgia, serif;
}

.vote-city-title p {
  color: #53686d;
  margin: 0;
  font-size: 13px;
}

.vote-city ul {
  border-top: 1px solid #bdc8c5;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vote-city li {
  border-bottom: 1px solid #bdc8c5;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 20px;
  padding: 15px 0;
}

.vote-city li strong {
  font: 500 17px/1.25 Georgia, serif;
}

.vote-city li span {
  color: #52666b;
  text-align: right;
  font-size: 12px;
  line-height: 1.45;
}

.vote-city details {
  border: 1px solid #aebdba;
  background: #fff;
  margin-top: 26px;
}

.vote-city summary {
  cursor: pointer;
  color: var(--teal);
  padding: 17px 18px;
  font-size: 13px;
  font-weight: 800;
}

.advance-list {
  border-top: 1px solid #c6d0ce;
  padding: 5px 18px 15px;
}

.advance-list p {
  color: #4d6267;
  font-size: 12px;
  line-height: 1.6;
}

.advance-list p:has(.reminder-link) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #d4dcda;
  margin: 0;
  padding: 14px 0;
}

.reminder-link {
  color: #fff;
  background: var(--teal);
  white-space: nowrap;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 800;
}

.official-vote-link {
  color: var(--teal);
  display: inline-block;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vote-source-note {
  color: #586c70;
  border-left: 4px solid var(--orange);
  max-width: 1000px;
  margin: 34px 0 0;
  padding: 5px 0 5px 18px;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .vote-city-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .vote-info {
    padding: 70px 6vw;
  }

  .vote-city {
    padding: 26px 20px;
  }

  .vote-city li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .vote-city li span {
    text-align: left;
  }

  .vote-heading h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .advance-list p:has(.reminder-link) {
    grid-template-columns: 1fr;
  }

  .reminder-link {
    justify-self: start;
  }
}

/* Keep the desktop campaign header balanced as navigation grows. */
.nav-wrap {
  gap: clamp(22px, 2vw, 38px);
  padding-inline: clamp(28px, 3vw, 58px);
}

.nav-wrap .brand,
.nav-wrap .nav-cta {
  flex: 0 0 auto;
}

.nav-wrap .brand strong {
  font-size: clamp(20px, 1.25vw, 23px);
}

.nav-wrap nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(17px, 1.55vw, 30px);
  min-width: 0;
}

.nav-wrap nav a {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .nav-wrap nav,
  .nav-wrap .nav-cta {
    display: none;
  }
}
