/* ========================================================================== */
/* INTEGRATED: campaign-finance ledger */
/* ========================================================================== */

/*
 * Finance Campaign Ledger (IV)
 * Isolated presentation for /finance/index-iv2.html.
 */

.iv-finance {
  --iv-gutter: 36px;
  --iv-grid-gap: 24px;
  --iv-section-space: 64px;
  --iv-control-height: 44px;
  --iv-radius: 4px;
  margin: 0;
  overflow-x: clip;
  background: var(--iv-paper);
  color: var(--iv-ink);
}

dd {
  display: block;
  margin-inline-start: 00px;
  unicode-bidi: isolate;
}

.iv-finance *,
.iv-finance *::before,
.iv-finance *::after {
  box-sizing: border-box;
}

.iv-finance .iv-main :where(h1, h2, h3, p, dl, dd, figure, ol, ul, fieldset) {
  margin: 0;
}
.iv-finance .iv-main :where(ol, ul) {
  padding: 0;
}
.iv-finance .iv-main :where(button, input, select) {
  font: inherit;
}
.iv-finance .iv-main :where(img, svg) {
  display: block;
  max-width: 100%;
}

.iv-finance .iv-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 12000;
  padding: 10px 12px;
  background: var(--iv-orange);
  color: var(--iv-dark);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  transform: translateY(-160%);
}

#iv-data {
  padding-top: 40px;
}

.iv-finance .iv-skip-link:focus {
  transform: translateY(0);
}

/* Shared header parity and sticky-state safeguards. */
.iv-finance .section-nav.computer .district_summary_link {
  border-bottom-color: transparent;
  color: var(--iv-neutral);
  font-weight: 400;
}

.iv-finance .section-nav.computer .finance_link,
.iv-finance .section-nav.computer .finance_link[aria-current="page"] {
  border-bottom: 2px solid var(--iv-orange);
  color: var(--iv-ink);
  font-weight: 750;
}

.iv-district-summary.iv-finance:not(.iv-state-newsroom)
  .section-nav.phone
  .district_summary_link {
  border-bottom: 2px solid transparent !important;
  color: var(--iv-neutral) !important;
  box-shadow: none !important;
}

.iv-district-summary.iv-finance .section-nav.phone .finance_link,
.iv-district-summary.iv-finance
  .section-nav.phone
  .finance_link[aria-current="page"] {
  border-bottom-color: var(--iv-orange) !important;
  color: var(--iv-ink) !important;
}

.iv-finance #section_nav_info {
  display: none !important;
}

.iv-finance .section-nav.computer #logo_section_nav {
  position: absolute !important;
  top: 50% !important;
  left: max(20px, calc((100vw - var(--iv-max, 1320px)) / 2)) !important;
  display: none !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  object-fit: contain !important;
  opacity: 0 !important;
  transform: translateY(-50%) !important;
}

.iv-finance .section-nav.computer.iv-nav-scrolled #logo_section_nav {
  display: block !important;
  opacity: 1 !important;
}

.iv-finance .section-nav.computer.iv-nav-scrolled {
  min-height: 46px !important;
  padding-block: 0 !important;
  padding-inline: 72px !important;
  justify-content: center !important;
}

/* Page frame and shared type. */
.iv-finance .iv-main {
  width: 100%;
  padding: 36px 0 var(--iv-section-space);
  background: var(--iv-paper);
  color: var(--iv-ink);
}

.iv-finance .iv-main > .iv-district-shell {
  width: min(calc(100% - (2 * var(--iv-gutter))), var(--iv-max, 1320px));
  margin-inline: auto;
}

.iv-finance .iv-kicker,
.iv-finance .iv-control-label,
.iv-finance .iv-cycle-control > label,
.iv-finance .iv-finder-controls label > span,
.iv-finance .iv-ledger-utilities label > span {
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: right;
}

.iv-finance .iv-main :where(h1, h2),
.iv-finance .iv-main h3 {
  color: var(--iv-ink);
}

.iv-finance .iv-section-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: var(--iv-grid-gap);
}

.iv-finance .iv-section-heading > div {
  grid-column: 1 / span 7;
}
.iv-finance .iv-section-heading > div > p {
  max-width: 520px;
  margin-top: 16px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.55;
}

.iv-page .iv-section-heading > p,
.iv-page .iv-section-heading > div > p {
  max-width: 740px;
  margin-bottom: 0;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 14px !important;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.iv-finance .iv-section-heading h2 {
  max-width: 800px;
  margin-top: 8px;
}

.iv-finance .iv-section-status,
.iv-finance .iv-ledger-status {
  min-height: 18px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.5;
  display: none;
}

/* Candidate context: 2 / 5 / 5 columns on the 12-column shell. */
.iv-finance .iv-context {
  padding: 8px 0 10px;
}
.iv-ledger-heading {
  padding-bottom: 0px !important;
}

.iv-finance .iv-context-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--iv-grid-gap);
}

.iv-finance .iv-portrait {
  grid-column: 1 / span 2;
}
.iv-finance .iv-portrait img {
  width: min(160px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--iv-ink);
  border-radius: var(--iv-radius);
  background: var(--iv-panel);
}

.iv-finance .iv-context-identity {
  grid-column: 3 / span 5;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 1px;
}

.iv-finance .iv-context-identity h1 {
  margin-top: 8px;
  overflow-wrap: anywhere;
}

.iv-finance .iv-candidate-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
  margin-top: 6px;
}

.iv-finance .iv-candidate-meta p {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  line-height: 1.4;
}

.iv-finance .iv-party-badge {
  display: none;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background: var(--iv-neutral);
  color: var(--iv-on-party);
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.iv-finance .iv-party-badge:not(:empty) {
  display: inline-grid;
}
.iv-finance .iv-party-badge[data-party="d"],
.iv-finance .iv-party-badge.party-democratic {
  border: 2px solid var(--iv-blue);
  background: var(--iv-paper);
  color: var(--iv-blue);
}
.iv-finance .iv-party-badge[data-party="r"],
.iv-finance .iv-party-badge.party-republican {
  border: 2px solid var(--iv-red);
  background: var(--iv-paper);
  color: var(--iv-red);
}
.iv-finance .iv-party-badge[data-party="i"],
.iv-finance .iv-party-badge.party-independent {
  border: 2px solid var(--iv-green);
  background: var(--iv-paper);
  color: var(--iv-green);
}

.iv-finance .iv-context-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 520px);
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.iv-finance .iv-context-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--iv-control-height);
  padding: 8px;
  border: 1px solid var(--iv-ink);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: var(--shadow-4) var(--iv-ink);
}

.iv-finance .iv-context-links a span {
  color: var(--iv-accent-text);
  font-size: 15px;
}
.iv-finance .iv-context-links a:hover {
  background: var(--iv-ink);
  color: var(--iv-paper);
  box-shadow: var(--shadow-4-hover) var(--iv-orange-2);
}

.iv-finance .iv-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: min(100%, 520px);
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.iv-finance .iv-social-links[hidden],
.iv-finance .iv-social-links::-webkit-scrollbar {
  display: none;
}

.iv-finance .iv-social-links a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--iv-ink);
  color: var(--iv-ink);
}

.iv-finance .iv-social-links svg {
  display: block;
  width: 18px;
  height: 18px;
}

.iv-finance .iv-social-links a:hover {
  background: var(--iv-orange-2);
  color: var(--iv-dark);
}

.iv-finance .iv-context-controls {
  grid-column: 8 / -1;
  display: grid;
  grid-template-columns: minmax(142px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: var(--iv-grid-gap);
  min-width: 0;
  padding-left: 24px;
}

.iv-finance .iv-cycle-control,
.iv-finance .iv-other-candidates-wrap {
  min-width: 0;
}
.iv-finance .iv-cycle-control > label,
.iv-finance .iv-control-label {
  display: block;
  margin-bottom: 8px;
}

.iv-finance .iv-other-candidates {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.iv-finance .iv-other-candidates > a,
.iv-finance .iv-candidate-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 5px 10px;
  border: 1px solid var(--iv-ink);
  background: transparent;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: var(--shadow-4) var(--iv-ink);
}

.iv-finance .iv-candidate-chip-party {
  display: inline-grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
}
.iv-finance .iv-candidate-chip.party-democratic .iv-candidate-chip-party {
  border: 2px solid var(--iv-blue);
  background: var(--iv-paper);
  color: var(--iv-blue);
}
.iv-finance .iv-candidate-chip.party-republican .iv-candidate-chip-party {
  border: 2px solid var(--iv-red);
  background: var(--iv-paper);
  color: var(--iv-red);
}
.iv-finance .iv-candidate-chip.party-independent .iv-candidate-chip-party {
  border: 2px solid var(--iv-green);
  background: var(--iv-paper);
  color: var(--iv-green);
}
.iv-finance .iv-candidate-chip:is(:hover, :focus-visible),
.iv-finance .iv-other-candidates > a:is(:hover, :focus-visible) {
  background: var(--iv-ink);
  color: var(--iv-paper);

  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}
.iv-finance .iv-candidate-chip.party-republican:is(:hover, :focus-visible),
.iv-finance
  .iv-other-candidates
  > a.party-republican:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-red);
}
.iv-finance .iv-candidate-chip.party-democratic:is(:hover, :focus-visible),
.iv-finance
  .iv-other-candidates
  > a.party-democratic:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-blue);
}
.iv-finance .iv-candidate-chip.party-independent:is(:hover, :focus-visible),
.iv-finance
  .iv-other-candidates
  > a.party-independent:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-green);
}

.iv-finance #iv-cycle-select {
  width: 100%;
  border: 1px solid var(--iv-ink);
  border-radius: 0px;
  padding: 8px 12px;
  margin: 0px;
}

.iv-finance #iv-context-status {
  margin-top: 16px;
}

/* Native controls share one exact 44px geometry. */
.iv-finance .iv-main :is(select, input[type="search"], input[type="text"]) {
  width: 100%;
  min-width: 0;
  height: var(--iv-control-height);
  min-height: var(--iv-control-height);
  margin: 0;
  border: 1px solid var(--iv-ink);
  border-radius: var(--iv-radius);
  background-color: var(--iv-paper);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  box-shadow: none;
}

.iv-finance .iv-main select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0 40px 0 12px;
  background-image: var(--iv-select-chevron-ink);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

[data-theme="dark"] .iv-finance .iv-main select {
  background-image: var(--iv-select-chevron-light);
}

.iv-finance .iv-main :is(input[type="search"], input[type="text"]) {
  padding: 0 12px;
}
.iv-finance .iv-main input::placeholder {
  color: var(--iv-neutral);
  opacity: 0.82;
}
.iv-finance .iv-main :is(select, input, button):disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Latest filing: one 3-column label plus four mathematically equal metric columns. */
.iv-finance .iv-filing {
  padding: 40px 0;
}

.iv-finance .iv-filing-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  align-items: stretch;
  min-width: 0;
}

.iv-finance .iv-filing-label {
  min-width: 0;
  padding-right: 32px;
}

.iv-finance .iv-filing-label h2 {
  margin-top: 8px;
}

.iv-finance .iv-report-date {
  margin-top: 16px !important;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.5;
}

.iv-finance .iv-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  min-width: 0;
  padding: 4px 0 0;
  margin: 0px;
}

.iv-finance .iv-metric {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.iv-finance .iv-metric:first-child {
  padding-left: 0;
}
.iv-finance .iv-metric:last-child {
  padding-right: 0;
}

.iv-finance .iv-metric dt {
  min-height: 30px;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.iv-finance .iv-metric dd {
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 650;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.055em;
  line-height: 1;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}

/* Filing history uses the same 3fr + 4 x 2.25fr tracks as the latest filing. */
.iv-finance .iv-history,
.iv-finance .iv-insights,
.iv-finance .iv-ledger,
.iv-finance .iv-finder,
.iv-finance .iv-noscript {
  padding: 60px 0;
  border-top: 1px solid var(--iv-ink);
}
.iv-finance .iv-finder {
  border-bottom: 0;
}

.iv-finance .iv-table-scroll {
  width: 100%;
  min-width: 0;
}

.iv-finance .iv-history-table,
.iv-finance .iv-ledger-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  color: var(--iv-ink);
  table-layout: fixed;
}

.iv-finance .iv-history-table :is(thead, tbody) {
  display: block;
  width: 100%;
}
.iv-finance .iv-history-table tr {
  display: grid;
  grid-template-columns: 3fr repeat(4, 2.25fr);
  width: 100%;
}

.iv-finance .iv-history-table :is(th, td) {
  min-width: 0;
  padding: 13px 12px;
  border-bottom: 1px solid var(--iv-rule-soft);
  background: var(--iv-paper) !important;
  font-family: var(--iv-font-mono);
  font-size: 14px;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.025em;
}

.iv-finance .iv-history-table :is(th, td):first-child {
  padding-left: 12px;
  text-align: left;
}

.iv-finance .iv-history-table :is(th, td):last-child {
  padding-right: 0;
}
.iv-finance .iv-history-table th {
  border-bottom-color: var(--iv-ink);
  color: var(--iv-ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.iv-finance .iv-history-table td:first-child {
  font-weight: 750;
}
.iv-finance .iv-history-table td[colspan] {
  grid-column: 1 / -1;
  text-align: left;
}
.iv-finance .iv-history-cycle {
  display: block;
}
.iv-finance .iv-history-stage {
  display: inline;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 500;
}
.iv-finance .iv-history-date {
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 500;
}
.iv-finance .iv-history-date::before {
  content: " - ";
}
.iv-finance .iv-history-table tr.is-current td {
  background: var(--iv-panel) !important;
}
.iv-finance .iv-history-table tr.is-current td:first-child {
  border-left: 3px solid var(--iv-orange);
  padding-left: 12px;
}

/* Paired signals: exact halves and a true midpoint rule. */
.iv-finance .iv-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.iv-finance .iv-insight {
  min-width: 0;
  padding-right: 32px;
}
.iv-finance .iv-insight + .iv-insight {
  padding-right: 0;
  padding-left: 32px;
}

.iv-finance .iv-insight-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--iv-control-height);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--iv-red);
}

.iv-finance .iv-insight-heading button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: var(--iv-control-height);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--iv-accent-text);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.iv-finance .iv-insight-heading button:hover {
  color: var(--iv-ink);
}
.iv-finance .iv-insight-contributions .iv-insight-heading {
  border-bottom-color: var(--iv-green);
}
.iv-finance .iv-insight-contributions .iv-insight-heading button,
.iv-finance .iv-insight-contributions .iv-insight-amount {
  color: var(--iv-green);
}
.iv-finance .iv-insight ol {
  list-style: none;
}

.iv-finance .iv-insight-row,
.iv-finance .iv-insight ol > li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) minmax(86px, auto);
  grid-template-areas:
    "rank name amount"
    "rank meta amount";
  align-items: center;
  column-gap: 12px;
  min-height: 64px;
  padding: 10px 0;
  border-bottom: 1px solid var(--iv-rule-soft);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.35;
}

.iv-finance .iv-insight-rank {
  grid-area: rank;
  color: var(--iv-neutral);
}
.iv-finance .iv-insight-identity {
  grid-area: name;
  display: grid;
  gap: 3px;
  min-width: 0;
}
.iv-finance .iv-insight-name {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 600;
}
.iv-finance .iv-insight-name a,
.iv-finance .iv-ledger-table td > strong a {
  font-family: var(--iv-font-mono);
  color: var(--iv-ink);
  letter-spacing: -0.025em;
  font-weight: 750;
  text-decoration: none;
}
.iv-finance .iv-insight-name a::after,
.iv-finance .iv-ledger-table td > strong a::after {
  content: "↗";
  margin-left: 5px;
  font-size: 12px;
  color: var(--iv-orange);
}

.iv-finance .iv-insight-name a:hover,
.iv-finance .iv-insight-name a:focus-visible,
.iv-finance .iv-ledger-table td > strong a:hover,
.iv-finance .iv-ledger-table td > strong a:focus-visible {
  color: var(--iv-accent-text);
}
.iv-finance .iv-insight-meta {
  color: var(--iv-neutral);
  font-size: 11px;
}
.iv-finance .iv-insight-amount {
  grid-area: amount;
  justify-self: end;
  color: var(--iv-ink);
  font-size: 11px;
  font-weight: 800;
  font-variant-numeric: tabular-nums lining-nums;
  white-space: nowrap;
}

.iv-finance .iv-empty-state {
  grid-template-columns: 1fr !important;
  grid-template-areas: "name" !important;
  color: var(--iv-neutral) !important;
}

/* Unified transaction ledger. */
.iv-finance .iv-ledger-controls {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  margin-bottom: 24px;
}

.iv-finance .iv-filter-group {
  display: inline-flex;
  align-items: stretch;
  min-width: 0;
  height: var(--iv-control-height);
  margin-top: 24px;
  gap: 10px;
}

.iv-finance .iv-filter-group button {
  min-height: var(--iv-control-height);
  margin: 0;
  padding: 0 16px;
  border: 1px solid var(--iv-ink);
  border-radius: 0;
  background: transparent;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  border-radius: 0px;
}

.iv-finance .iv-filter-group button + button {
  margin-left: -1px;
}
.iv-finance .iv-filter-group button.is-active {
  position: relative;
  z-index: 1;
  border-color: var(--iv-orange-2);
  background: var(--iv-orange-2);
  color: var(--iv-dark);
}

.iv-finance .iv-filter-group button:not(.is-active):hover {
  box-shadow: 4px 4px 0 var(--iv-ink);
  background: var(--iv-orange-2);
  border-color: var(--iv-orange-2);
}

.iv-finance .iv-ledger-utilities {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 112px;
  align-items: end;
  gap: 10px;
  width: min(100%, 520px);
  justify-self: end;
}

.iv-finance .iv-ledger-utilities label,
.iv-finance .iv-finder-controls label {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.iv-finance .iv-ledger-utilities label > span {
  text-align: right;
}

.iv-finance .iv-ledger-utilities input[type="search"],
.iv-finance .iv-ledger-utilities select {
  display: block;
  width: 100%;
  height: var(--iv-control-height);
  min-height: var(--iv-control-height);
  border: 1px solid var(--iv-ink);
  border-radius: 0px;
  background-color: var(--iv-paper);
  color: var(--iv-ink);
  margin: 0px;
}

.iv-finance .iv-finder input[type="search"],
.iv-finance .iv-finder select {
  display: block;
  width: 100%;
  height: var(--iv-control-height);
  min-height: var(--iv-control-height);
  border: 1px solid var(--iv-ink);
  border-radius: 0px;
  background-color: var(--iv-paper);
  color: var(--iv-ink);
  margin: 0px;
}

.iv-finance .iv-finder input[type="search"] {
  padding: 0 12px;
  text-align: right;
}

.iv-finance .iv-finder select {
  padding: 0 12px;
  text-align: right;
}

.iv-finance
  .iv-ledger-utilities
  input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.iv-finance .iv-ledger-status {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.iv-finance .iv-retry {
  min-height: var(--iv-control-height);
  margin: 0 0 16px;
  padding: 0 16px;
  border: 1px solid var(--iv-orange);
  border-radius: var(--iv-radius);
  background: var(--iv-orange);
  color: var(--iv-dark);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.iv-finance .iv-retry[hidden] {
  display: none !important;
}

.iv-finance .iv-ledger-table col:nth-child(1),
.iv-finance .iv-ledger-table :is(th, td):nth-child(1) {
  width: 130px;
}
.iv-finance .iv-ledger-table col:nth-child(2),
.iv-finance .iv-ledger-table :is(th, td):nth-child(2) {
  width: auto;
}
.iv-finance .iv-ledger-table col:nth-child(3),
.iv-finance .iv-ledger-table :is(th, td):nth-child(3) {
  width: 150px;
}
.iv-finance .iv-ledger-table col:nth-child(4),
.iv-finance .iv-ledger-table :is(th, td):nth-child(4) {
  width: 160px;
}

.iv-finance .iv-ledger-table th {
  height: var(--iv-control-height);
  padding: 0;
  border-bottom: 1px solid var(--iv-ink);
  color: var(--iv-neutral);
  text-align: left;
}

.iv-finance .iv-ledger-table th button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: var(--iv-control-height);
  margin: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.iv-finance .iv-ledger-table th:first-child button {
  padding-left: 0;
}
.iv-finance .iv-ledger-table th:last-child button {
  padding-right: 0;
  text-align: right;
}
.iv-finance .iv-ledger-table th button span {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: var(--iv-accent-text);
  font-size: 12px;
  line-height: 1;
}

.iv-finance .iv-ledger-table td {
  min-width: 0;
  padding: 12px;
  border-bottom: 1px solid var(--iv-rule-soft);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.iv-finance .iv-ledger-table td:first-child {
  padding-left: 0;
}
.iv-finance .iv-ledger-table td:last-child {
  padding-right: 0;
  text-align: right;
  font-weight: 800;
  white-space: nowrap;
}
.iv-finance .iv-ledger-table td > strong,
.iv-finance .iv-ledger-purpose {
  display: block;
}

.iv-finance .iv-ledger-purpose {
  margin-top: 4px;
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 500;
}
.iv-finance .iv-ledger-table tr.is-contribution td:first-child {
  box-shadow: inset 3px 0 0 var(--iv-green);
  padding-left: 10px;
}
.iv-finance .iv-ledger-table tr.is-expense td:first-child {
  box-shadow: inset 3px 0 0 var(--iv-red);
  padding-left: 10px;
}
.iv-finance .iv-ledger-table tr.is-contribution td:last-child {
  color: var(--iv-green);
}
.iv-finance .iv-ledger-table tr.is-expense td:last-child {
  color: var(--iv-red);
}
.iv-finance .iv-ledger-table td[colspan] {
  width: auto !important;
  text-align: left;
}

.iv-finance .iv-pagination {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
  align-items: center;
  gap: 16px;
  min-height: var(--iv-control-height);
  margin-top: 24px;
}

.iv-finance .iv-pagination button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: var(--iv-control-height);
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--iv-ink);
  border-radius: var(--iv-radius);
  background: transparent;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.iv-finance .iv-pagination button:last-child {
  justify-self: end;
}
.iv-finance .iv-pagination button:not(:disabled):hover {
  border-color: var(--iv-orange);
  background: var(--iv-orange);
  color: var(--iv-dark);
}
.iv-finance .iv-pagination > span {
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums lining-nums;
  text-align: center;
}

/* Candidate finder remains open and aligned to the same shell. */
.iv-finance .iv-finder {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--iv-grid-gap);
}

.iv-finance .iv-finder-heading {
  grid-column: 1 / span 4;
}
.iv-finance .iv-finder-heading h2 {
  margin-top: 8px;
}

.iv-finance .iv-finder-heading > p:last-child {
  max-width: 360px;
  margin-top: 16px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  line-height: 1.55;
}

.iv-finance .iv-finder-controls {
  grid-column: 5 / -1;
  display: grid;
  grid-template-columns: 180px 180px 220px;
  align-self: start;
  align-items: start;
  justify-content: end;
  gap: 10px;
  min-width: 0;
  text-align: right;
}

.iv-finance .iv-finder-controls label > span {
  text-align: right;
}

.iv-finance .iv-finder-results {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 24px !important;
  list-style: none;
}

.iv-finance .iv-finder-item,
.iv-finance .iv-finder-results > li {
  min-width: 0;
  border-top: 0;
}

.iv-finance .iv-finder-action,
.iv-finance .iv-finder-results a,
.iv-finance .iv-finder-results button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid var(--iv-ink);
  background: transparent;
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow-4) var(--iv-ink);
}

.iv-finance .iv-finder-action:is(:hover, :focus-visible),
.iv-finance .iv-finder-results a:is(:hover, :focus-visible),
.iv-finance .iv-finder-results button:is(:hover, :focus-visible) {
  background: var(--iv-ink);
  color: var(--iv-paper);

  transition:
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.iv-finance .iv-finder-action.party-republican:is(:hover, :focus-visible),
.iv-finance .iv-finder-results a.party-republican:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-red);
}

.iv-finance .iv-finder-action.party-democratic:is(:hover, :focus-visible),
.iv-finance .iv-finder-results a.party-democratic:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-blue);
}

.iv-finance .iv-finder-action.party-independent:is(:hover, :focus-visible),
.iv-finance .iv-finder-results a.party-independent:is(:hover, :focus-visible) {
  box-shadow: var(--shadow-3) var(--iv-green);
}

.iv-finance .iv-finder-identity {
  display: grid;
  flex: 1 1 auto;
  gap: 3px;
  min-width: 0;
}

.iv-finance .iv-finder-identity strong {
  overflow-wrap: anywhere;
}
.iv-finance .iv-finder-identity > span {
  color: var(--iv-neutral);
  font-size: 11px;
  font-weight: 500;
}
.iv-finance
  .iv-finder-action:is(:hover, :focus-visible)
  .iv-finder-identity
  > span,
.iv-finance
  .iv-finder-results
  a:is(:hover, :focus-visible)
  .iv-finder-identity
  > span {
  color: inherit;
}
.iv-finance
  .iv-finder-action:is(:hover, :focus-visible)
  .iv-finder-identity
  strong,
.iv-finance
  .iv-finder-results
  a:is(:hover, :focus-visible)
  .iv-finder-identity
  strong {
  color: inherit;
}
.iv-finance .iv-finder-party {
  display: inline-grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  border-radius: 3px;
  background: var(--iv-paper);
  font-size: 11px;
  line-height: 1;
}
.iv-finance .iv-finder-party.party-democratic {
  border: 2px solid var(--iv-blue);
  background: var(--iv-paper);
  color: var(--iv-blue);
}
.iv-finance .iv-finder-party.party-republican {
  border: 2px solid var(--iv-red);
  background: var(--iv-paper);
  color: var(--iv-red);
}
.iv-finance .iv-finder-party.party-independent {
  border: 2px solid var(--iv-green);
  background: var(--iv-paper);
  color: var(--iv-green);
}
[data-theme="dark"] .iv-finance .iv-finder-party {
  color: var(--iv-dark);
}
.iv-finance .iv-finder-arrow {
  color: var(--iv-accent-text);
  font-size: 15px;
}

.iv-finance .iv-noscript p {
  margin-top: 12px;
  color: var(--iv-neutral);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}
.iv-finance .iv-noscript ul {
  margin-top: 24px;
  list-style: none;
}
.iv-finance .iv-noscript li {
  border-top: 1px solid var(--iv-rule);
}
.iv-finance .iv-noscript a {
  display: flex;
  align-items: center;
  min-height: var(--iv-control-height);
  color: var(--iv-ink);
  font-family: var(--iv-font-mono);
  font-size: 11px;
}

.iv-finance .iv-main :is(a, button, select, input):focus-visible {
  outline: 3px solid var(--iv-blue);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .iv-finance {
    --iv-gutter: 24px;
    --iv-grid-gap: 20px;
    --iv-section-space: 48px;
  }

  .iv-finance .iv-context-controls {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iv-finance .iv-context-links {
    grid-template-columns: 1fr;
  }

  .iv-finance .iv-finder-controls {
    grid-template-columns: 150px 150px minmax(180px, 1fr);
  }
}

@media (max-width: 900px) {
  .iv-finance .iv-context-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .iv-finance .iv-portrait {
    grid-column: 1 / span 2;
  }
  .iv-finance .iv-context-identity {
    grid-column: 3 / -1;
  }
  .iv-finance .iv-context-controls {
    grid-column: 3 / -1;
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
    margin-top: 8px;
    padding: 24px 0 0;
    border-left: 0;
  }

  .iv-finance .iv-context-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    padding-top: 0;
  }

  .iv-finance #iv-cycle-select {
    width: initial;
    min-width: 100px;
  }
  .iv-finance .iv-cycle-control {
    text-align: right;
  }

  .iv-finance .iv-filing-grid {
    grid-template-columns: 1fr;
  }
  .iv-finance .iv-filing-label {
    padding: 0 0 32px;
  }
  .iv-finance .iv-metrics {
    padding-top: 0;
  }

  .iv-finance .iv-section-heading {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .iv-finance .iv-section-heading > div {
    grid-column: 1 / span 5;
  }

  .iv-finance .iv-ledger-controls {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .iv-finance .iv-filter-group {
    margin-top: 0;
  }
  .iv-finance .iv-ledger-utilities {
    justify-self: stretch;
    width: 100%;
  }

  .iv-finance .iv-finder {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .iv-finance .iv-finder-heading {
    grid-column: 1 / span 3;
  }
  .iv-finance .iv-finder-controls,
  .iv-finance .iv-finder-results {
    grid-column: 4 / -1;
  }
  .iv-finance .iv-finder-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .iv-finance .iv-finder-search {
    grid-column: 1 / -1;
  }
  .iv-finance .iv-finder-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .iv-finance .iv-section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }
  .iv-finance .iv-section-heading > div {
    grid-column: 1;
    justify-self: start;
  }

  .iv-finance .iv-insight-grid {
    grid-template-columns: 1fr;
  }
  .iv-finance .iv-insight {
    padding-right: 0;
  }
  .iv-finance .iv-insight + .iv-insight {
    margin-top: 16px;
    padding: 0px;
    border-left: 0;
  }

  .iv-finance .iv-ledger-table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .iv-finance .iv-ledger-table thead {
    display: table-header-group;
  }
  .iv-finance .iv-ledger-table tbody {
    display: table-row-group;
  }
  .iv-finance .iv-ledger-table tbody tr {
    display: table-row;
  }
  .iv-finance .iv-ledger-table :is(th, td):nth-child(1) {
    width: 22%;
  }
  .iv-finance .iv-ledger-table :is(th, td):nth-child(2) {
    width: 56%;
  }
  .iv-finance .iv-ledger-table :is(th, td):nth-child(4) {
    width: 22%;
  }
  .iv-finance .iv-ledger-table th {
    height: 38px;
  }
  .iv-finance .iv-ledger-table th button {
    min-height: 38px;
    gap: 3px;
    padding: 0 5px;
    font-size: 12px;
  }
  .iv-finance .iv-ledger-table th:first-child button,
  .iv-finance .iv-ledger-table th:last-child button {
    padding-inline: 5px;
  }
  .iv-finance .iv-ledger-table th button span {
    width: 10px;
    font-size: 12px;
  }
  .iv-finance .iv-ledger-table td,
  .iv-finance .iv-ledger-table td:nth-child(n) {
    display: table-cell;
    width: auto;
    padding: 10px 5px;
    border-bottom: 1px solid var(--iv-rule-soft);
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    white-space: normal;
  }
  .iv-finance .iv-ledger-table :is(th, td):nth-child(3) {
    display: none;
  }
  .iv-finance .iv-ledger-table td:first-child,
  .iv-finance .iv-ledger-table tr.is-contribution td:first-child,
  .iv-finance .iv-ledger-table tr.is-expense td:first-child {
    padding-left: 5px;
    box-shadow: none;
  }
  .iv-finance .iv-ledger-table td:nth-child(4) {
    padding-right: 5px;
    text-align: right;
  }
  .iv-finance .iv-ledger-purpose {
    font-size: 12px;
  }
  .iv-finance .iv-ledger-table td[colspan] {
    width: auto !important;
    padding: 10px 5px !important;
  }
  .iv-page .iv-section-heading > p,
  .iv-page .iv-section-heading > div > p {
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .iv-finance {
    --iv-gutter: 16px;
    --iv-grid-gap: 16px;
    --iv-section-space: 36px;
  }

  .iv-finance .iv-main {
    padding-top: 24px;
  }
  .iv-finance .iv-main :is(select, input[type="search"], input[type="text"]) {
    font-size: 16px;
  }
  .iv-finance .iv-breadcrumb {
    margin-bottom: 24px;
  }

  .iv-finance .iv-context {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .iv-finance .iv-context-grid {
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: start;
  }
  .iv-finance .iv-portrait {
    grid-column: 1;
    grid-row: 1;
  }
  .iv-finance .iv-portrait img {
    width: min(128px, 100%);
  }
  .iv-finance .iv-context-identity {
    display: contents;
  }
  .iv-finance .iv-identity-heading {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  #iv-history-title {
    padding-bottom: 20px;
  }
  .iv-finance .iv-candidate-meta {
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 8px;
  }
  .iv-finance .iv-candidate-meta p {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 11px;
  }

  .iv-finance .iv-context-links a {
    width: 80%;
  }

  .iv-finance .iv-context-links {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
    padding: 0;
  }
  .iv-finance .iv-context-links a {
    width: 100%;
  }

  .iv-finance .iv-social-links {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: start;
    width: auto;
    gap: 6px;
    margin-top: 0;
  }
  .iv-finance .iv-social-links a {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
  .iv-finance .iv-context-controls {
    display: contents;
  }
  .iv-finance .iv-cycle-control {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    text-align: right;
    padding-top: 0px;
  }
  .iv-finance #iv-cycle-select {
    width: 100%;
  }
  .iv-finance .iv-other-candidates-wrap {
    display: contents;
  }
  .iv-finance .iv-other-candidates-wrap > .iv-control-label {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
    margin: 0;
    text-align: left;
  }

  #iv-data {
    padding-top: 30px;
  }

  .iv-finance .iv-other-candidates {
    grid-column: 1 / -1;
    grid-row: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iv-finance .iv-filing-label {
    padding-bottom: 6px;
  }
  .iv-finance .iv-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 0;
  }
  .iv-finance .iv-metric {
    min-height: 60px;
    padding: 2px;
    text-align: left;
  }
  .iv-finance .iv-metric:first-child,
  .iv-finance .iv-metric:last-child {
    padding-inline: 0px;
  }

  .iv-finance .iv-metric dt {
    min-height: 26px;
    font-size: 11px;
  }
  .iv-finance .iv-metric dd {
    margin-top: 4px;
    font-size: clamp(23px, 7.8vw, 30px);
  }

  .iv-finance .iv-history,
  .iv-finance .iv-insights,
  .iv-finance .iv-ledger,
  .iv-finance .iv-finder,
  .iv-finance .iv-noscript {
    padding: 40px 0;
    border-top: 1px solid var(--iv-ink);
  }

  .iv-finance .iv-history-table thead {
    display: none;
  }
  .iv-finance .iv-history-table,
  .iv-finance .iv-history-table tbody {
    display: block;
    width: 100%;
  }
  .iv-finance .iv-history-table tr {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0px;
    border-bottom: 1px solid var(--iv-rule);
    background: none !important;
  }
  .iv-finance .iv-history-table td {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 12px 4px 4px;
    border: 0;
    font-size: clamp(11px, 3.4vw, 14px);
    text-align: center;
  }
  .iv-finance .iv-history-table td:first-child {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0;
    padding: 12px 10px;
    border-bottom: 1px solid var(--iv-rule-soft);
    font-size: 13px;
  }
  .iv-finance .iv-history-cycle,
  .iv-finance .iv-history-stage {
    display: inline;
  }
  .iv-finance .iv-history-stage {
    margin-top: 0;
    color: var(--iv-ink);
    font-size: inherit;
    font-weight: 750;
  }
  .iv-finance .iv-history-stage::before {
    content: " - ";
    white-space: pre;
  }
  .iv-finance .iv-history-date {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .iv-finance .iv-history-table td:not(:first-child)::before {
    color: var(--iv-neutral);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -00.025em;
  }
  .iv-finance .iv-history-table td:nth-child(2)::before {
    content: "Raised";
  }
  .iv-finance .iv-history-table td:nth-child(3)::before {
    content: "Spent";
  }
  .iv-finance .iv-history-table td:nth-child(4)::before {
    content: "Cash on hand";
  }
  .iv-finance .iv-history-table td:nth-child(5)::before {
    content: "Loans";
  }
  .iv-finance .iv-history-table td[colspan] {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding: 12px 0;
    text-align: left;
  }
  .iv-finance .iv-history-table td[colspan]::before {
    content: none;
  }
  .iv-finance .iv-history-table tr.is-current {
    box-shadow: inset 3px 0 0 var(--iv-orange);
  }
  .iv-finance .iv-history-table tr.is-current td:first-child {
    box-shadow: none;
  }
  .iv-ledger-heading {
    padding-bottom: 20px !important;
  }

  .iv-finance .iv-insight-heading {
    align-items: center;
  }
  .iv-finance .iv-insight-heading button {
    flex: 0 0 auto;
  }

  .iv-finance .iv-ledger-controls {
    margin-bottom: 20px;
  }
  .iv-finance .iv-filter-group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  .iv-finance .iv-filter-group button {
    min-width: 0;
    padding: 0 8px;
    font-size: 11px;
  }
  .iv-finance .iv-ledger-utilities {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .iv-finance .iv-pagination {
    grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
    gap: 8px;
  }
  .iv-finance .iv-pagination button {
    padding: 0 10px;
    font-size: 11px;
  }

  .iv-finance .iv-finder {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .iv-finance .iv-finder-heading,
  .iv-finance .iv-finder-controls,
  .iv-finance .iv-finder-results {
    grid-column: 1 / -1;
  }
  .iv-finance .iv-finder-controls {
    margin-top: 24px;
  }
  .iv-finance .iv-finder-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
  }
  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
  }
  .iv-finance .iv-finder-identity > span {
    font-size: 9px;
  }
  .iv-finance .iv-finder-action,
  .iv-finance .iv-finder-results a,
  .iv-finance .iv-finder-results button {
    min-height: 77px;
  }
  .iv-finance .iv-filing {
    padding: 40px 0;
  }
}

@media (max-width: 390px) {
  .iv-finance .iv-other-candidates,
  .iv-finance .iv-ledger-utilities {
    grid-template-columns: 1fr;
  }
  .iv-finance .iv-page-size-control {
    width: 100%;
  }
  .iv-finance .iv-pagination button {
    font-size: 0;
  }
  .iv-finance .iv-pagination button span {
    font-size: 15px;
  }
}

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