@import url("/iv.css?v=20260721s");

/*
 * Canonical IV banner.
 *
 * The extra .iv-global-banner class deliberately gives these rules priority
 * over the older header rules in index-iv.css, district-iv.css, and
 * w-nominate-iv.css without changing the rest of those page systems.
 */
body .iv-global-banner.iv-site-header {
  position: relative;
  top: auto;
  z-index: 900;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--iv-banner-rule);
  background: var(--iv-banner-bg);
  color: var(--iv-ink);
  font-family: var(--iv-font-sans);
}

/*
 * On project-level pages, keep the global banner available while the page
 * scrolls. State pages already have their own sticky .section-nav, so their
 * global banner remains in normal document flow.
 */
body:not(:has(.section-nav)):not(:has(.iv-state-nav)) .iv-global-banner.iv-site-header {
  position: sticky;
  top: 0;
}

.section-nav.computer {
  background-color: var(--iv-banner-bg) !important;
  background: var(--iv-banner-bg) !important;
}

.section-nav{
 background-color: var(--iv-banner-bg) !important;
  background: var(--iv-banner-bg) !important;
}

body .iv-global-banner.iv-site-header,
body .iv-global-banner.iv-site-header *,
body .iv-global-banner.iv-site-header *::before,
body .iv-global-banner.iv-site-header *::after {
  box-sizing: border-box;
}

body .iv-global-banner.iv-site-header :where(button, input, select) {
  font: inherit;
}

body .iv-global-banner.iv-site-header :where(button, select) {
  cursor: pointer;
}

body .iv-global-banner.iv-site-header :where(a) {
  color: inherit;
}

body .iv-global-banner.iv-site-header > .iv-banner-shell.iv-header-inner {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(calc(100% - 72px), 1360px);
  min-height: 88px;
  margin: 0 auto;
  padding: 0;
}

body .iv-global-banner.iv-site-header .iv-header-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  padding: 0;
}

body .iv-global-banner.iv-site-header .iv-header-logo img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0;
}

body .iv-global-banner.iv-site-header .iv-header-nav,
body .iv-global-banner.iv-site-header .iv-header-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body .iv-global-banner.iv-site-header .iv-header-nav {
  justify-content: center;
}

body .iv-global-banner.iv-site-header .iv-header-actions {
  justify-content: flex-end;
}

body .iv-global-banner.iv-site-header .iv-header-nav > a,
body .iv-global-banner.iv-site-header .iv-header-nav > .dropdown_wrapper > a,
body .iv-global-banner.iv-site-header .iv-header-actions > a,
body .iv-global-banner.iv-site-header .iv-theme-toggle,
body .iv-global-banner.iv-site-header .state-selector {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 7px 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-ink) !important;
  font-family: var(--iv-font-mono) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body .iv-global-banner.iv-site-header .iv-theme-toggle,
body .iv-global-banner.iv-site-header .state-selector {
  appearance: none;
  cursor: pointer;
}

body .iv-global-banner.iv-site-header .iv-header-nav span {
  margin-left: 5px;
  color: var(--iv-accent-text);
  font-size: 13px;
}

body .iv-global-banner.iv-site-header .iv-header-nav > a:hover,
body .iv-global-banner.iv-site-header .iv-header-nav > .dropdown_wrapper > a:hover,
body .iv-global-banner.iv-site-header .iv-theme-toggle:hover,
body .iv-global-banner.iv-site-header .state-selector:hover {
  color: var(--iv-accent-text) !important;
}

body .iv-global-banner.iv-site-header .iv-account-link {
  border: 1px solid var(--iv-ink) !important;
}

body .iv-global-banner.iv-site-header .iv-account-link:hover {
  background: var(--iv-ink) !important;
  color: var(--iv-banner-bg) !important;
}

body .iv-global-banner.iv-site-header .iv-header-actions > .iv-donate-link {
  gap: 20px;
  border: 1px solid var(--iv-banner-orange) !important;
  background: var(--iv-banner-orange) !important;
  color: var(--iv-on-accent) !important;
}

body .iv-global-banner.iv-site-header .iv-donate-link:hover {
  box-shadow: 4px 4px 0 var(--iv-ink);
  transform: translate(-2px, -2px);
}

/* Shared utility dropdowns and the state selector. */
body .iv-global-banner.iv-site-header :is(.state-selector-wrapper, .dropdown_wrapper) {
  position: relative;
  display: inline-flex;
  min-width: 0;
}

body .iv-global-banner.iv-site-header :is(.state-dropdown, .dropdown_menu) {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  display: grid;
  min-width: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--iv-ink);
  border-radius: 0;
  background: var(--iv-banner-bg);
  color: var(--iv-ink);
  box-shadow: 8px 8px 0 var(--iv-ink);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
}

body .iv-global-banner.iv-site-header :is(.state-dropdown, .dropdown_menu)[hidden] {
  display: none;
}

body .iv-global-banner.iv-site-header :is(.state-dropdown, .dropdown_menu).open,
body .iv-global-banner.iv-site-header :is(.state-selector-wrapper, .dropdown_wrapper):is(:hover, :focus-within) :is(.state-dropdown, .dropdown_menu) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body .iv-global-banner.iv-site-header .state-dropdown {
  width: min(360px, calc(100vw - 32px));
  max-height: min(590px, calc(100vh - 126px));
  grid-auto-flow: row;
  grid-auto-rows: minmax(46px, auto);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0;
  overflow-y: auto;
}

body .iv-global-banner.iv-site-header :is(.state-option, .dropdown_menu a) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 46px;
  margin: 0;
  padding: 11px 42px 11px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--iv-banner-rule) !important;
  border-radius: 0;
  background: var(--iv-banner-bg) !important;
  color: var(--iv-ink) !important;
  font-family: var(--iv-font-mono) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

body .iv-global-banner.iv-site-header :is(.state-option, .dropdown_menu a)::after {
  content: "→";
  position: absolute;
  right: 16px;
  color: var(--iv-accent-text);
  font-size: 15px;
  line-height: 1;
  transition: transform 140ms ease;
}

body .iv-global-banner.iv-site-header .state-dropdown .state-option {
  padding-right: 16px !important;
}

body .iv-global-banner.iv-site-header .state-dropdown .state-option::after {
  position: static;
  flex: 0 0 auto;
  margin-left: auto;
}

body .iv-global-banner.iv-site-header .state-option:nth-child(odd) {
  border-right: 1px solid var(--iv-banner-rule) !important;
}

body .iv-global-banner.iv-site-header :is(.state-option, .dropdown_menu a):is(:hover, :focus-visible) {
  border-bottom-color: var(--iv-ink) !important;
  background: var(--iv-ink) !important;
  color: var(--iv-banner-bg) !important;
}

body .iv-global-banner.iv-site-header :is(.state-option, .dropdown_menu a):is(:hover, :focus-visible)::after {
  transform: translateX(4px);
}

body .iv-global-banner.iv-site-header .state-option[aria-current="page"] {
  box-shadow: inset 5px 0 0 var(--iv-banner-orange);
}

/* Compact Atlas panel copied from the finance IV banner. */
body .iv-global-banner.iv-site-header .iv-header-atlas {
  display: inline-flex;
  min-width: 0;
}

body .iv-global-banner.iv-site-header .atlas-home-wrap {
  position: relative;
  display: inline-block;
  margin-left: 0;
  font-family: var(--iv-font-sans);
}

body .iv-global-banner.iv-site-header .atlas-home-toggle {
  min-height: 42px;
  margin: 0;
  padding: 7px 9px !important;
  border: 1px solid var(--iv-ink) !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--iv-ink) !important;
  font-family: var(--iv-font-mono) !important;
  font-size: 12px;
  font-weight: 750;
}

body .iv-global-banner.iv-site-header .atlas-home-toggle:hover {
  background: var(--iv-ink) !important;
  color: var(--iv-banner-bg) !important;
}

body .iv-global-banner.iv-site-header .atlas-home-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 9900;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 0;
  width: min(420px, calc(100vw - 24px));
  max-height: min(620px, calc(100vh - 112px));
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--iv-inverse-text);
  border-radius: 0;
  background: var(--iv-inverse-bg);
  color: var(--iv-inverse-text);
  box-shadow: 8px 8px 0 var(--iv-inverse-bg);
}

body .iv-global-banner.iv-site-header .atlas-home-panel[hidden] {
  display: none;
}

body .iv-global-banner.iv-site-header .atlas-home-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  margin: 0;
  padding: 12px 14px;
  border-bottom: 2px solid var(--iv-inverse-text);
  color: var(--iv-inverse-text);
}

body .iv-global-banner.iv-site-header .atlas-home-head > span {
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: var(--iv-font-mono) !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body .iv-global-banner.iv-site-header .atlas-home-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--iv-inverse-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-inverse-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 17px;
}

body .iv-global-banner.iv-site-header .atlas-home-close:hover {
  border-color: var(--iv-banner-orange);
  background: var(--iv-banner-orange);
  color: var(--iv-on-accent);
}

body .iv-global-banner.iv-site-header .atlas-home-messages {
  display: grid;
  align-content: start;
  gap: 0;
  min-height: 176px;
  max-height: 390px;
  margin: 0;
  padding: 0;
  overflow: auto;
  background: var(--iv-inverse-bg);
  scrollbar-color: var(--iv-banner-orange) var(--iv-inverse-bg);
  scrollbar-width: thin;
}

body .iv-global-banner.iv-site-header .atlas-home-messages::-webkit-scrollbar {
  width: 6px;
  background: var(--iv-inverse-bg);
}

body .iv-global-banner.iv-site-header .atlas-home-messages::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--iv-banner-orange);
}

body .iv-global-banner.iv-site-header .atlas-home-message {
  margin: 0;
  padding: 14px;
  border: 0;
  border-bottom: 1px solid var(--iv-inverse-rule);
  border-radius: 0;
  background: transparent;
  color: var(--iv-inverse-text);
}

body .iv-global-banner.iv-site-header .atlas-home-message.assistant {
  border-left: 5px solid var(--iv-banner-orange);
}

body .iv-global-banner.iv-site-header .atlas-home-message.user {
  justify-self: stretch;
  max-width: none;
  border-right: 5px solid var(--iv-inverse-text);
  border-left: 0;
  background: var(--iv-inverse-wash);
}

body .iv-global-banner.iv-site-header .atlas-home-message p {
  margin: 0;
  color: inherit;
  font-family: var(--iv-font-sans) !important;
  font-size: 14px;
  line-height: 1.4;
}

body .iv-global-banner.iv-site-header .atlas-home-links,
body .iv-global-banner.iv-site-header .atlas-home-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
}

body .iv-global-banner.iv-site-header .atlas-home-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--iv-inverse-text);
}

body .iv-global-banner.iv-site-header .atlas-home-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--iv-inverse-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  text-decoration: none;
}

body .iv-global-banner.iv-site-header .atlas-home-link::after {
  content: "→";
  color: var(--iv-accent-text);
  font-size: 15px;
}

body .iv-global-banner.iv-site-header .atlas-home-quick-links .atlas-home-link + .atlas-home-link {
  border-left: 1px solid var(--iv-inverse-text);
}

body .iv-global-banner.iv-site-header .atlas-home-link:hover,
body .iv-global-banner.iv-site-header .atlas-home-choice:hover {
  background: var(--iv-inverse-text);
  color: var(--iv-inverse-bg);
}

body .iv-global-banner.iv-site-header .atlas-home-message .atlas-home-links,
body .iv-global-banner.iv-site-header .atlas-home-choices {
  gap: 6px;
  margin: 12px 0 0;
}

body .iv-global-banner.iv-site-header .atlas-home-choice,
body .iv-global-banner.iv-site-header .atlas-home-select {
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--iv-inverse-text);
  border-radius: 0;
  background: transparent;
  color: var(--iv-inverse-text);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  text-align: left;
}

body .iv-global-banner.iv-site-header .atlas-home-select {
  margin-top: 12px;
  background: var(--iv-inverse-bg);
}

body .iv-global-banner.iv-site-header .atlas-home-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  margin: 0;
  border-top: 2px solid var(--iv-inverse-text);
}

body .iv-global-banner.iv-site-header .atlas-home-input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  background: var(--iv-inverse-bg);
  color: var(--iv-inverse-text);
  font-family: var(--iv-font-sans) !important;
  font-size: 14px;
  text-align: left;
}

body .iv-global-banner.iv-site-header .atlas-home-input::placeholder {
  color: var(--iv-inverse-muted);
}

body .iv-global-banner.iv-site-header .atlas-home-send {
  min-width: 64px;
  min-height: 52px;
  margin: 0;
  padding: 10px 14px;
  border: 0;
  border-left: 2px solid var(--iv-inverse-text);
  border-radius: 0;
  background: var(--iv-banner-orange);
  color: var(--iv-on-accent);
  font-family: var(--iv-font-mono) !important;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

body .iv-global-banner.iv-site-header .atlas-home-send:hover {
  background: var(--iv-inverse-text);
  color: var(--iv-inverse-bg);
}

body .iv-global-banner.iv-site-header .atlas-home-thinking,
body .iv-global-banner.iv-site-header .atlas-home-dots {
  display: inline-flex;
  align-items: center;
}

body .iv-global-banner.iv-site-header .atlas-home-thinking {
  gap: 7px;
}

body .iv-global-banner.iv-site-header .atlas-home-dots {
  gap: 4px;
}

body .iv-global-banner.iv-site-header .atlas-home-dots span {
  width: 5px;
  height: 5px;
  margin: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.35;
  animation: iv-banner-atlas-dot 900ms ease-in-out infinite;
}

body .iv-global-banner.iv-site-header .atlas-home-dots span:nth-child(2) {
  animation-delay: 120ms;
}

body .iv-global-banner.iv-site-header .atlas-home-dots span:nth-child(3) {
  animation-delay: 240ms;
}

body .iv-global-banner.iv-site-header .atlas-home-party {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

body .iv-global-banner.iv-site-header .atlas-home-party.dem {
  background: var(--iv-blue);
}

body .iv-global-banner.iv-site-header .atlas-home-party.rep {
  background: var(--iv-red);
}

body .iv-global-banner.iv-site-header :is(a, button, input, select):focus-visible {
  outline: 3px solid var(--iv-banner-blue);
  outline-offset: 4px;
}

body .iv-global-banner.iv-site-header .atlas-home-input:focus-visible {
  outline: 3px solid var(--iv-banner-orange);
  outline-offset: -3px;
}

body .iv-global-banner.iv-site-header :is(.atlas-home-choice, .atlas-home-select):focus-visible {
  outline: 3px solid var(--iv-banner-orange);
  outline-offset: 2px;
}

/* Canonical state-product navigation shared by Districts, Finance, and Forecasts. */
body > .section-nav {
  position: sticky;
  top: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  white-space: nowrap;
}

body > .section-nav.phone {
  display: none;
}

body > .section-nav.computer {
  justify-content: flex-start;
  gap: 24px;
  min-height: 46px;
  padding-block: 0;
  padding-inline: max(36px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--iv-rule);
  background: var(--iv-paper);
  box-shadow: none;
}

body > .section-nav.computer.iv-nav-scrolled {
  justify-content: center;
  padding-inline: 72px;
  border-bottom-color: transparent;
  box-shadow: 0 3px 14px var(--iv-dark-shadow);
}

body > .section-nav #logo_section_nav {
  display: none;
}

body > .section-nav.computer.iv-nav-scrolled #logo_section_nav {
  position: absolute;
  left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

body > .section-nav.computer > a,
body > .section-nav.computer .more_button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin: 0;
  padding: 2px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
}

body > .section-nav .base_sn.state-badge {
  position: relative;
  padding-left: 10px !important;
  border-left: 3px solid transparent !important;
  color: var(--iv-ink) !important;
  font-weight: 700 !important;
}

body > .section-nav .base_sn.state-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 3px;
  height: 1em;
  background: var(--iv-orange);
  transform: translateY(-50%);
  pointer-events: none;
}

body > .section-nav.computer > a[aria-current="page"] {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 750;
}

body.iv-state-home > .section-nav.computer > .district_summary_link:not(:hover) {
  border-bottom-color: transparent;
  color: var(--iv-neutral);
  font-weight: 400;
}

body > .section-nav.computer :is(a, .more_button):hover {
  border-bottom-color: var(--iv-orange);
  color: var(--iv-ink);
}

body > .section-nav .more_wrapper {
  position: relative;
  display: inline-flex;
  align-self: stretch;
}

body > .section-nav .more_button {
  cursor: pointer;
}

body > .section-nav .more_div {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 810;
  display: grid;
  min-width: 210px;
  border: 2px solid var(--iv-ink);
  background: var(--iv-paper);
  box-shadow: 7px 7px 0 var(--iv-ink);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body > .section-nav .more_wrapper:is(:hover, :focus-within) .more_div,
body > .section-nav .more_div.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body > .section-nav .more_div a {
  padding: 13px 16px;
  border-bottom: 1px solid var(--iv-rule);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

body > .section-nav .more_div a:hover {
  background: var(--iv-ink);
  color: var(--iv-paper);
}

@keyframes iv-banner-atlas-dot {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@media (max-width: 1100px) {
  body .iv-global-banner.iv-site-header .state-dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  body > .section-nav.computer {
    padding-inline: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body > .section-nav.computer::-webkit-scrollbar {
    display: none;
  }

  body .iv-global-banner.iv-site-header > .iv-banner-shell.iv-header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  body .iv-global-banner.iv-site-header .iv-header-nav {
    justify-content: flex-start;
  }

  body .iv-global-banner.iv-site-header .iv-header-nav > a,
  body .iv-global-banner.iv-site-header .iv-header-nav > .dropdown_wrapper > a,
  body .iv-global-banner.iv-site-header .state-selector {
    padding-inline: 6px;
    font-size: 11px !important;
  }
}

@media (max-width: 800px) {
  body > .section-nav.computer {
    display: none !important;
  }

  body > .section-nav.phone {
    display: flex !important;
    justify-content: flex-start;
    gap: 0;
    min-height: 43px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid var(--iv-rule);
    background: var(--iv-paper);
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body > .section-nav.phone::-webkit-scrollbar {
    display: none;
  }

  body > .section-nav.phone > .state-badge {
    position: sticky;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 43px;
    margin: 0 8px 3px 0;
    padding: 0 14px 0 10px !important;
    background: var(--iv-paper);
    text-decoration: none !important;
    font-size:12px !important;
  }

  body > .section-nav.phone .page-selector-wrapper {
    display: contents;
  }

  body > .section-nav.phone .page-selector {
    display: none !important;
  }

  body > .section-nav.phone .page-dropdown,
  body > .section-nav.phone .page-dropdown.open {
    position: static;
    z-index: 1;
    display: flex !important;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body > .section-nav.phone .page-option {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 43px;
    margin: 0 0 3px;
    padding: 0 14px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--iv-neutral);
    font-family: var(--iv-font-mono);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  body > .section-nav.phone .page-option:is(:hover, :focus-visible, [aria-current="page"]) {
    border-bottom-color: var(--iv-orange);
    color: var(--iv-ink);
    font-weight: 750;
  }

  body .iv-global-banner.iv-site-header > .iv-banner-shell.iv-header-inner {
    grid-template-columns: 1fr auto;
    gap: 16px;
    width: min(calc(100% - 40px), 1360px);
    min-height: 72px;
  }

  body .iv-global-banner.iv-site-header .iv-header-logo img {
    width: 182px;
  }

  body .iv-global-banner.iv-site-header .iv-header-nav,
  body .iv-global-banner.iv-site-header .iv-header-actions > .iv-account-link {
    display: none;
  }

  body .iv-global-banner.iv-site-header .iv-header-actions {
    gap: 9px;
  }

  body .iv-global-banner.iv-site-header .state-dropdown {
    display: none;
  }
}

@media (max-width: 640px) {
  body .iv-global-banner.iv-site-header :is(.atlas-home-input, .atlas-home-select) {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  body .iv-global-banner.iv-site-header > .iv-banner-shell.iv-header-inner {
    width: min(calc(100% - 30px), 1360px);
    min-height: 64px;
  }

  body .iv-global-banner.iv-site-header .iv-header-logo img {
    width: 144px;
  }

  body .iv-global-banner.iv-site-header .iv-donate-link {
    gap: 0;
    padding: 8px 10px;
  }

  body .iv-global-banner.iv-site-header .iv-donate-link span {
    display: none;
  }

  body .iv-global-banner.iv-site-header .atlas-home-panel {
    right: -8px;
    width: min(330px, calc(100vw - 24px));
  }

  body .iv-global-banner.iv-site-header :is(.state-dropdown, .dropdown_menu) {
    box-shadow: 6px 6px 0 var(--iv-ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .iv-global-banner.iv-site-header *,
  body .iv-global-banner.iv-site-header *::before,
  body .iv-global-banner.iv-site-header *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body .iv-global-banner.iv-site-header .atlas-home-dots span {
    animation: none;
    opacity: 1;
  }
}
