/** Shopify CDN: Minification failed

Line 232:2 "weight" is not a known CSS property
Line 522:0 Unexpected "}"

**/
/* ============================================================
   QR Wireframe Style File 
   ============================================================ */

/* Page wrapper 
.sf-page {
  padding: 0px 0 20px;
  display: grid;
  gap: 16px;
  max-width: 80%;         
  margin: 0 auto;            
  background: #fff;          
  font-size: 1.5rem;
  font-family: Helvetica, Arial, sans-serif;
/* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}*/


/* TROUBLESHOOTING BORDERS */
* {
  outline: 0px solid red;
}


/* ===== GLOBAL LAYOUT ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  overflow-y: scroll;
}

p {
  font-family: Open Sans, sans-serif;
}

.sf-page{
  /* layout */
  width: 90%;
  max-width: var(--page-width);
  margin: 0 auto;

  /* the same “container gutter” logic Taste uses */
  padding-left: var(--grid-mobile-horizontal-spacing);
  padding-right: var(--grid-mobile-horizontal-spacing);

  /* custom */
  padding-top: 0;
  padding-bottom: 20px;

  display: grid;
  gap: 16px;
  /* background: #fff; */

  /* follow theme typography by default */
  font-size: inherit;
  font-family: inherit;
}

@media (min-width: 750px){
  .sf-page{
    padding-left: var(--grid-desktop-horizontal-spacing);
    padding-right: var(--grid-desktop-horizontal-spacing);
  }
}


/* Panels */
.sf-panel-QR {
  background: #fff;
  border: 2px solid #111;
  border-radius: 5px;
  margin: 5px 0px 0px 0px;
}

.sf-panel {
  background: #fff;
  border: 2px solid #111;
  border-radius: 5px;
  margin: 0px 0px 0px 0px;
}

.sf-panel__inner.sf-media > .sf-shop {
  align-self: start;
}

.sf-panel__inner {
  padding: 25px;
  /* max-width: 1280px; */
  max-width: none;
  margin-inline: auto;
}

.sf-shop {
  align-self: start;
  margin: 0px 10px 0 20px;
}

.sf-bar {
  height: 26px;
  background: #000000;
}

.sf-topbar{
  grid-column: 1 / -1;
  height: 26px;
  background:rgb(0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight:700;
  color:rgb(255, 255, 255);
  display: flex;              /* turn on alignment */
  justify-content: flex-end; /* move text to right */
  align-items: center;       /* vertical center */
  padding: 0 10px;
}


/* Headings (div-based, no h-tags) */
.sf-h1 {
  font-size: 26px;
  letter-spacing: .05rem;
  font-weight: 500;
  margin: 20px 0px 0px 0px;
}

.sf-h2 {
  font-size: 22px;
  font-weight: 700;
  margin: -6 0 0 0px;
  letter-spacing: .05rem;
  padding: 0px 0px 0px 0px;
}

.sf-beta {
  color: #999999;
}

.sf-h3 {
  font-size: 18px;  
  font-weight: 600;
  margin: 5px 0px 5px 0px;
}

.sf-lead {
  font-size: 18px;
  font-weight: 600;
  color: #cc0000;
  margin: 0 0 0 0px;
  letter-spacing: .05rem;
}

.sf-intro {
  font-size: 1.5rem;
  color: #343434;
  margin: 5px 0px 10px 0px;
  line-height: 1.35em;
  letter-spacing: .03rem;
}

.sf-text-body {
  font-size: 1rem;
  color: #222222;
  margin: 0px 0px 0px 0px;
}

.sf-small {
  font-size: 11px;
  color: #343434;
  line-height: .5em;
}

.sf-price {
  font-size: 11px;
  color: #676767;
  line-height: .5em;
}

/* Hero */
.sf-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
/* ADDING PADDING HERE TO BANDAID SPACING ISSUE */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
}

.sf-qr {
  align-self: start;
  margin-top: 12px;
}

.sf-qr__box {
  width: 125px;
  height: 125px;
  border: 1px solid #111;
  display: grid;
  place-items: center;
  font-weight: 700;
}

/* Media section */
.sf-media {
  display: grid;
  gap: 16px;
  align-items: start;
}

.sf-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #cfcfcf;
  margin: 0px 0px 0px 0px;
}

/* Shop placeholder */
.sf-cardbox {
  height: 200px;
  weight: 200px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  display: grid;
  place-items: center;
}

/* Carousel controls */
.sf-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.sf-arrow {
  height: 30px;
  padding: 8px;
  vertical-align: center;
  border: 1px solid #cfcfcf;
  background: #fff;
  cursor: pointer;
}

.sf-dots {
  font-size: 1rem;
  opacity: 0.6;
}

/* CTA blocks (baseline layout) */
.sf-cta{
  display: grid;
  gap: 16px;
  align-items: start;
}

/* #ctaVoice layout: larger right column to balance spacing */
#ctaVoice .sf-panel__inner.sf-cta{
  grid-template-columns: 1fr 240px; 
  gap: 0px;
}

/* Right column container */
#ctaVoice .sf-cta__art{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0px; 
}

/* Artbox */
#ctaVoice .sf-artbox{
  width: 150px;
  height: 150px;
  border: 0px solid #cfcfcf;
  background: #f6f6f6;
  display: grid;
  place-items: center;
  margin: 0px 0px 0px 0px;
}

/* WMR stays stacked */
#ctaWmr .sf-panel__inner.sf-cta{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Buttons */
/* KEEP ATTRIBUTES CONSISTENT ACROSS FORM ELEMENTS INLINE AND LINKED */
.sf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform:uppercase; 
  cursor: pointer;
  margin: 10px 0px 7px 0px;
}

.sf-btn--dark {
  background: #111;
  color: #fff;
}

.sf-btn.is-disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

/* Dropdown Menu */
.sf-select {
  height: 40px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform:uppercase; 
  cursor: pointer;
  margin: 10px 0px 7px 0px;
}

/* Issue rows / carousels */
.sf-issues {
  display: grid;
  grid-template-columns: 34px repeat(4, 1fr) 34px;
  gap: 12px;
  align-items: center;
  border-radius: 5px;
}

.sf-issue {
  height: 110px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

.sf-issue--start {
  border-color: #111;
  background: #eaeaea;
}

/* Officials section */
.sf-officials {
  display: grid;
  gap: 10px;
}

.sf-officials__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap; 
}

.sf-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.sf-mapbox {
  height: 160px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  display: grid;
  place-items: center;
}

/* Overlays */
.sf-no-scroll {
  overflow: hidden;
}

.sf-overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.sf-overlay.is-open {
  display: block;
}

.sf-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.sf-overlay__panel {
  position: relative;
  margin: 10px auto;
  width: min(720px, calc(100vw - 20px));
  max-height: calc(100vh - 20px);
  background: #fff;
  border: 1px solid #111;
  overflow: auto;
}

.sf-overlay__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #111;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* close button from fmv.css */
.fmv-close{
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(0,0,0,.05);
  color: #333;
  font-size: 22px;
  line-height: 36px;
  border-radius: 999px;
  cursor: pointer;
}
.fmv-close:hover{ background: rgba(0,0,0,.2); }

.sf-overlay__header {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sf-overlay__bot {
  width: 54px;
  height: 54px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  display: grid;
  place-items: center;
}

.sf-overlay__body {
  padding: 14px 16px 18px;
  display: grid;
  gap: 14px;
}

.sf-box {
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 14px;
}

/* Desktop refinements */
@media (min-width: 768px) {
  .sf-media {
    grid-template-columns: 1.5fr 1fr;
  }

  .sf-cta {
    grid-template-columns: 1fr 220px;
    align-items: start;
  }

  /* Default: 2 columns for landing pages */
.sf-officials {
    display: grid !important;
    grid-template-columns: 1fr 320px !important; /* Forces a clear side-by-side layout */
    gap: 20px;
    align-items: start;
  }

  /* This part tells the FMO page to ignore the 2-column rule and go full width */
  .sf-page:not(.landing-page) .sf-panel:has(.map-is-full) .sf-officials {
    display: block !important;
    width: 100% !important;
  }
}

  .sf-mapbox {
    height: 200px;
  }
}

/* FIND YOUR OFFICIALS MAP SVG */

.mapShell svg {
  width: 100%;
  height: auto;
}
.map-is-full {
  width: 100% !important;
  max-width: 100% !important;
}

.map-is-full .mapShell {
  width: 100% !important;
  padding: 0 !important;
}

/* Force the SVG to ignore the 900px limit and fill the width */
.map-is-full .mapShell svg {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

  /* 4. CARD CONTENT */
  .card-body { 
    padding: 12px 12px 10px 10px; 
    flex-grow: 1; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;
  }

  .mini-role { font-size: 9px; color: #666; text-transform: uppercase; font-weight: 700; display: block; }
  .mini-name { font-size: 15px; font-weight: 900; text-transform: uppercase; margin: 0px 0 4px 0; line-height: 1.1; letter-spacing: .07rem; }
  .mini-link { font-size: 9px; font-weight: 900; text-transform: uppercase; margin: 0px 0 8px 0; line-height: 1.1; }

  /* Stats Section (Mid-Card) */
  .mini-stats { 
    font-size: 9px; 
    border-top: 1px solid #ddd; 
    padding-top: 8px; 
    line-height: 1.4; 
    margin-bottom:5px;
    text-transform: uppercase;
  }
  .mini-stats strong { text-transform: uppercase; font-size: 9px; color: #444; }
  .mini-stats a { color:rgba(31, 31, 31, 0.83); text-decoration: underline; font-weight: 700; }
  .mini-stats a:hover {color: rgba(80, 79, 79, 0.8); }
  .mini-stats p { margin: 2px 0 !important; }

  .name-rep { color:rgba(224, 34, 34, 0.95); }
  .name-dem { color:rgba(10, 99, 233, 0.98); }
  .name-ind { color:rgb(163, 32, 163); }

  /* UTILITY BUTTON */
  .utility-btn { 
    background: #e3e3e3;
    color: #232323;
    border: 1px solid #b3b3b3;
    padding: 5px; 
    font-size: 9px;
    font-weight: 800;
    border-radius: 12px;
    cursor: pointer;
    width: 40%;
    text-transform: uppercase;
  }

  .utility-btn:hover {
    background: #b3b3b3;
  }

  .utility-btn:disabled {
    background: #999999;
    color: #676767;
    cursor: not-allowed;
  }

  /* ===== FYV TOPIC + OPINION PILL BUTTONS ===== */


.fmv-pillRow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 18px;
}

.fmv-pillRow--opinion {
  margin-bottom: 18px;
}

.pill-btn-topic {
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.pill-btn-opinion {
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.pill-btn-topic {
  padding: 10px 16px;
  font-size: 13px;
}

.pill-btn-opinion {
  padding: 8px 12px;
  font-size: 11px;
}

.pill-btn-topic:hover,
.pill-btn-topic.is-selected {
  background: #111;
  color: #fff;
  border-color: #111;
}

.pill-btn-opinion:hover,
.pill-btn-opinion.is-selected {
  background: #e7e7e7;
  color: #111;
  border-color: solid rgba(0,0,0,.35);
}

/* ===== FYV OVERLAY ===== */

.fmv-shell.fmv-shell--fresh {
  width: 85vw !important;
  max-width: 1100px !important;
  min-width: 0 !important;
}

.fmv-shell--fresh {
  width: 85vw;
  max-width: 1100px;
  margin: 40px auto;
  background: #f4f4f4;
  border: 1px solid #cfcfcf;
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}

.fmv-shell {
  width: auto;
  max-height: 85vh;
  overflow-y: auto;
}

.fmv-page--fresh {
  background: #f4f4f4;
  border: 0;
  border-radius: 18px;
  padding: 18px;
}

.fmv-header--fresh {
  padding: 0 42px 14px 0;
}

.fmv-kicker {
  margin: 0 0 6px;
  color: #777;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.fmv-Title {
  margin: 0;
  font-size: 36px;
  line-height: .95;
  font-weight: 700;
  color: #050505;
}

.fmv-subhead {
  max-width: 620px;
  margin: 8px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.fmv-card {
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 2px;
}

.fmv-inputCard {
  padding: 18px;
  border: 0px solid rgb(18, 237, 245);
}

.fmv-sectionHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 7px;
}

.fmv-label {
  margin: 0;
  color: #777;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fmv-help {
  margin: 0;
  color: #898989;
  font-size: 11px;
}

.fmv-question {
  display: block;
  margin: 10px 0 6px;
  color: #111;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
}

.fmv-helper {
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

.fmv-textarea--voice {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  resize: vertical;
}

.fmv-buildBtn {
  margin: 14px 0 0;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 5px;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  cursor: pointer;
}

.fmv-buildBtn:hover,
.fmv-buildBtn.is-selected {
  background: #111;
  color: #fff;
}

/* ===== FYV OUTPUT ===== */

.fmv-outputCard {
  padding: 14px;
  margin-top: 14px;
  border: 1px solid rgb(184, 18, 245);
}

.fmv-previewHeader--fresh {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.fmv-outputTitle {
  margin: 4px 0 0;
  color: #111;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.fmv-outputKit {
  background: #fff;
  border: 0;
  overflow: visible;
  font-size: 0;
  border: 1px solid rgb(245, 18, 135);
}

.fmv-outputKit > * {
  font-size: 12px; 
  border: 1px solid rgb(252, 201, 227);
}

/* ===== FYV SHARE GRAPHIC ===== */



.fyv-kit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  color: #111;
  border: 2px solid #111;
  font-family: inherit;
}

.fyv-row {
  border-bottom: 2px solid #111;
}

.fyv-row--anchor {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr .9fr .9fr;
}

.fyv-row--anchor > div {
  display: flex;
  align-items: center;
  /* min-height: 56px; */
  padding: 5px 16px;
  border-right: 2px solid #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1em;
  text-transform: uppercase;
}

.fyv-row--anchor > div:first-child {
  background: #111;
  color: #fff;
}

.fyv-row--anchor > div:last-child {
  border-right: 0;
}

.fyv-row--summary {
  display: grid;
  grid-template-columns: 1.7fr .9fr;
  gap: 10px;
  padding: 8px 22px;
  align-items: center;
}

.fyv-snapshot {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 900;
}

.fyv-values {
  margin: 0;
  padding-left: 16px;
  border-left: 2px solid #111;
  font-size: 14px;
  line-height: 1.35;
  font-style: italic;
  color: #222;
}

.fyv-row--split {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: start;
}

.fyv-left {
  display: block;
  flex-direction: column;
  flex: 1.08;
  gap: 8px;
  padding: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
}

.fyv-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px;
  min-height: auto;
}

.fyv-block {
  border: 2px solid #111;
  background: #fff;
  display: block;
}

.fyv-block h4 {
  margin: 0 !important;
  padding: 6px 10px !important;
  display: block;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1;
}

/* CHAT GPT
.fyv-block ul {
  margin: 0;
  padding: 4px 8px 4px 8px;
  line-height: 1.25;
}

.fyv-block li {
  margin: 0;
  padding: 0;
}
*/

/* GEMINI */
.fyv-block ul {
  margin: 0 !important;      /* Kills the top/bottom "injected" space */
  padding: 12px 12px 12px 28px !important; /* Clean internal padding */
  list-style-type: disc;
  display: block;
}

.fyv-block li {
  margin: 0 0 6px 0 !important; /* Space only BETWEEN items */
  padding: 0 !important;
  line-height: 1.2;
  font-size: 13px;
  color: #111;
}

.fyv-block li:last-child {
  margin-bottom: 0 !important; /* Snaps the last item to the bottom */
}

.fyv-retort {
  padding: 4px 8px;
  border-top: 1px solid #bbb;
}

.fyv-retort:first-of-type {
  border-top: 0;
}

.fyv-push {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.3;
  color: #222;
}

.fyv-response {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.fyv-quote {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 36px);
  line-height: 1.08;
  font-style: italic;
  font-weight: 900;
  letter-spacing: .8px;
}

.fyv-slogan {
  align-self: center;
  background: #111;
  color: #fff;
  padding: 14px 22px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.fyv-row--footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  min-height: 44px;
  border-bottom: 0;
}

.fyv-row--footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-right: 2px solid #111;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.fyv-row--footer > div:last-child {
  border-right: 0;
}

/* ===== FYV BUTTONS + CONFIRM ===== */

.fmv-shareTools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 1200px;
  margin: 12px auto 0;
}

.fmv-shareTools .fmv-exportBtn,
.fmv-shareTools .fmv-emailBtn {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 2px;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
}

.fmv-exportConfirm {
  max-width: 1200px;
  margin: 10px auto 0;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 10px;
  background: #fff;
}

.fmv-exportConfirmTop {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fmv-exportTitle {
  font-weight: 900;
}

.fmv-exportSub {
  font-size: 12px;
  opacity: .85;
}

.fmv-exportClose {
  border: 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.fmv-exportActions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 8px;
}

.fmv-miniBtn {
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  background: #f2f2f2;
  color: #111;
  cursor: pointer;
  font-weight: 900;
  font-size: 11px;
}

.fmv-miniBtn--dark {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

/* ===== FYV MOBILE ===== */

@media (max-width: 700px) {
  .fmv-shell--fresh {
    width: 96vw;
  }

  .fmv-page--fresh {
    padding: 12px;
  }

  .fmv-inputCard,
  .fmv-outputCard {
    padding: 12px;
    border: 0px solid rgb(8, 243, 8);
  }

  .fmv-Title {
    font-size: 28px;
  }

  .fmv-shareTools {
    grid-template-columns: 1fr 1fr;
  }

  .fyv-kit {
    max-width: 100%;
  }

  .fyv-row--anchor,
  .fyv-row--summary,
  .fyv-row--split,
  .fyv-row--footer {
    grid-template-columns: 1fr;
  }

  .fyv-row--anchor > div,
  .fyv-row--footer > div {
    border-right: 0;
    border-bottom: 1px solid #111;
  }

  .fyv-values {
    padding-left: 0;
    border-left: 0;
  }

  .fyv-quote {
    font-size: 30px;
  }
}


.export-btn { background: #000; color: #fff; border: 1px solid #000; padding: 4px 8px; font-size: 8px; font-weight: 800; border-radius: 4px; }


/* FROM FIND YOUR OFFICIALS, SHARED WITH ISSUE CARDS */

/* 1. CAROUSEL CORE */
  .carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 10px 52px;
    width: 100%;
    max-width: 768px;
    margin-inline: auto;
    overflow: hidden;
    box-sizing: border-box;
  }

  /* Backgrounds */
  .fed-bg { background: #f4f4f4; border: 1px solid #ddd; }
  .state-bg { background: #e9eff5; border: 1px solid #ccd7e2; }

  .fmo-carousel {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 12px 0;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .fmo-carousel::-webkit-scrollbar { display: none; }
  
  /* 2. NAV BUTTONS */
  .nav-btn {
    background: #000; color: #fff; border: none; width: 24px; height: 24px;
    border-radius: 50%; cursor: pointer; z-index: 10; font-weight: bold;
    position: absolute; top: 50%; transform: translateY(-50%);
    transition: opacity 0.2s;
  }
  .nav-btn:hover { opacity: 0.7; }
  .nav-btn.prev { left: 12px; }
  .nav-btn.next { right: 12px; }
  .nav-btn:disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
  }

  /* 3. TRADING CARDS (Fixed Ratio) */
  .official-card {
    flex: 0 0 220px;
    height: 220px; /* Fixed height */
    scroll-snap-align: start;
    border: 1.5px solid #000;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .official-card:hover {
    transform: translateY(-4px);
    box-shadow: 6px 6px 0px rgba(0,0,0,0.15);
  }

  .card-frame { height: 8px; width: 100%; }
  .bg-rep { background: #FF0000; }
  .bg-dem { background: #0033FF; }
  .bg-ind { background: #008080; }

  /* FYO SECTION - BG IMAGE WITH GRADIENT */


/* Let this one panel use more of the available width */
.sf-panel--officials-hero .sf-panel__inner {
  max-width: none;
  width: 100%;
  padding: 25px 30px;
  position: relative;
  z-index: 2;
}

/* Base layout for this section */
.sf-officials--hero {
  display: grid;
  gap: 20px;
  align-items: start;
}

/* Content column should be allowed to grow */
.sf-officials__content--hero {
  width: 100%;
  max-width: none;
  min-width: 0;
}

/* Keep the right side present for layout balance */
.sf-officials__side--hero {
  min-width: 0;
}

/* Controls row: keep it on one line longer */
.sf-officials__controls--hero {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
}

/* Let the dropdown eat most of the row width */
.sf-select--hero {
  flex: 1 1 360px;
  min-width: 240px;
}

/* Keep button from collapsing or wrapping */
.sf-btn--hero {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Desktop split: roughly 75 / 25 */
@media (min-width: 768px) {
  .sf-officials--hero {
    grid-template-columns: minmax(0, 3fr) minmax(180px, 1fr);
  }
}


/* CLEAN THESE UP ... MERGE AND REMOVE
.sf-page
.sf-panel
.sf-panel__inner
.sf-cta
.sf-officials
.sf-row
.sf-mapbox */


/* ===== FMV OVERRIDE LAYER ===== */

/* Displays over browser window, under overlay */
.fmv-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000; /* High enough to beat everything */
  display: none; /* Hidden by default */
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
  background: linear-gradient(
    90deg,
    rgba(190,220,255,.95) 0%,
    rgba(255,255,255,.95) 45%,
    rgba(255,210,210,.95) 100%
  );
}

.fmv-overlay.is-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.fmv-page {
  width: 100%;
}
/* THIS IS WHAT FIXED THE OUTPUT SPACING */
#preview {
  white-space: normal !important;
}