:root{color-scheme:light;--bg: #f3f5f7;--surface: #ffffff;--surface-soft: #edf1f4;--ink: #121921;--muted: #68727d;--line: #dbe1e6;--line-strong: #bbc7d1;--green: #13795b;--blue: #2563a8;--red: #c94838;--gold: #a06b1e;--shadow: 0 18px 48px rgba(18, 25, 33, .09);--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:linear-gradient(180deg,#ffffffd6,#f3f5f7f5),radial-gradient(circle at 18% 8%,rgba(37,99,168,.1),transparent 32%),var(--bg);color:var(--ink)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled,input:disabled,textarea:disabled{cursor:not-allowed}.belief-app{min-height:100vh;padding:16px clamp(14px,2.2vw,30px) 28px}.belief-topbar{position:sticky;top:12px;z-index:20;display:grid;grid-template-columns:minmax(230px,1fr) auto auto;gap:14px;align-items:center;max-width:1480px;margin:0 auto;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffe0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:grid;place-items:center;width:38px;height:38px;padding:3px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:inset 0 0 0 1px #12192108}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand strong,.brand small{display:block}.brand strong{font-size:1rem}.brand small{margin-top:2px;color:var(--muted);font-size:.77rem}.belief-topbar nav{display:flex;gap:4px;align-items:center}.belief-topbar nav a{display:inline-flex;align-items:center;height:34px;padding:0 10px;border-radius:6px;color:var(--muted);font-size:.82rem;font-weight:740;text-decoration:none;white-space:nowrap}.belief-topbar nav a:hover,.belief-topbar nav a:focus-visible,.belief-topbar nav a.active{background:var(--surface-soft);color:var(--ink);outline:none}.location-button,.location-gate button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;border:1px solid var(--ink);border-radius:7px;background:var(--ink);color:#fff;font-size:.86rem;font-weight:780}.location-button{padding:0 13px;max-width:210px}.location-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon{width:18px;height:18px;flex:0 0 auto}main{max-width:1480px;margin:14px auto 0}.route-notice{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.route-notice strong{font-size:.9rem}.route-notice span{color:var(--muted);font-size:.84rem;line-height:1.4}.weekly-brief{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:14px;align-items:stretch;margin-bottom:14px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,#13795b14,#2563a814),var(--surface);box-shadow:var(--shadow)}.weekly-brief-copy{display:grid;align-content:center}.weekly-brief-copy p:not(.section-label){max-width:520px;margin:9px 0 0;color:var(--muted);font-size:.92rem;line-height:1.45}.weekly-brief-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.weekly-brief-item{display:grid;gap:5px;min-height:112px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#ffffffd1;color:var(--ink);text-decoration:none}.weekly-brief-item:hover,.weekly-brief-item:focus-visible{border-color:var(--ink);outline:none}.weekly-brief-item.active{box-shadow:inset 4px 0 0 var(--green)}.weekly-brief-item span{color:var(--muted);font-size:.72rem;font-weight:820;text-transform:uppercase}.weekly-brief-item strong{font-size:1.02rem;line-height:1.18}.weekly-brief-item small,.weekly-brief-item p{color:var(--muted);font-size:.78rem;line-height:1.35}.weekly-brief-item p{margin:0}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:14px;align-items:stretch}.question-card,.location-gate,.map-card,.lens-card,.archive-card,.state-panel,.stats-grid>div{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.question-card{min-height:312px;padding:clamp(18px,2.4vw,30px)}.question-topline{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{letter-spacing:0}h1{max-width:820px;margin:0;font-size:clamp(2rem,4vw,4.85rem);line-height:.98}h2{margin:0;font-size:clamp(1.15rem,1.6vw,1.55rem);line-height:1.1}h3{margin:0;font-size:1rem;line-height:1.18}.question-card>p{max-width:780px;margin:14px 0 0;color:var(--muted);font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.5}.answer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:22px}.answer-button{display:grid;gap:7px;min-height:92px;padding:14px;border:1px solid var(--line);border-radius:7px;background:linear-gradient(180deg,#ffffffeb,#f5f8fafa),var(--surface);color:var(--ink);text-align:left}.answer-button:not(:disabled):hover,.answer-button.pending,.answer-button.active{border-color:var(--answer-color);box-shadow:inset 4px 0 0 var(--answer-color)}.answer-button:disabled{opacity:.58}.answer-button span{font-size:1rem;font-weight:820}.answer-button small{color:var(--muted);font-size:.76rem;font-weight:700;line-height:1.35}.vote-submit-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd}.vote-submit-row p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.35}.vote-submit-row .vote-error{color:#a7352a;font-weight:800}.vote-submit-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;min-width:128px;padding:0 14px;border:1px solid var(--ink);border-radius:7px;background:var(--ink);color:#fff;font-size:.86rem;font-weight:800;white-space:nowrap}.vote-submit-button:disabled{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}.location-gate{display:grid;grid-template-columns:auto 1fr;gap:12px;align-content:start;padding:18px}.location-gate button{grid-column:1 / -1;width:100%;margin-top:8px;padding:0 12px}.gate-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:7px;background:var(--surface-soft);color:var(--muted)}.location-gate.ready .gate-icon{background:#13795b1f;color:var(--green)}.location-gate span,.section-label,.map-stat span,.stats-grid span{display:block;color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.location-gate strong{display:block;margin-top:5px;font-size:1.1rem;line-height:1.15}.location-gate p{margin:8px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.location-rule-list{display:grid;gap:6px;margin:11px 0 0;padding:10px 10px 10px 28px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd;color:var(--muted);font-size:.78rem;line-height:1.35}.location-rule-list li::marker{color:var(--green)}.location-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.location-detail-list>div{min-width:0;padding:9px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd}.location-detail-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:18px;background:#1219216b}.location-modal{display:grid;gap:14px;width:min(520px,100%);max-height:calc(100dvh - 36px);overflow:auto;padding:18px;border:1px solid rgba(18,25,33,.12);border-radius:8px;background:var(--surface);box-shadow:0 22px 70px #1219213d}.location-modal-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.location-modal h2{margin-top:5px}.modal-close-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);color:var(--ink);font-size:.86rem;font-weight:850}.location-modal-copy,.location-modal-alert,.zip-error{margin:0;font-size:.9rem;line-height:1.45}.location-modal-copy{color:var(--muted)}.location-modal-alert,.zip-error{padding:10px 11px;border:1px solid rgba(201,72,56,.28);border-radius:7px;background:#c9483814;color:#9f2f26;font-weight:780}.location-modal-selection{display:grid;gap:4px;padding:10px 11px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd}.location-modal-selection span,.zip-entry-form label span{color:var(--muted);font-size:.72rem;font-weight:820;text-transform:uppercase}.location-modal-selection strong{font-size:.98rem}.location-method-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:0 13px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--ink);font-size:.9rem;font-weight:820}.location-method-button.primary{justify-content:flex-start;width:100%;border-color:var(--ink);background:var(--ink);color:#fff}.location-method-button small{display:block;margin-top:1px;color:inherit;font-size:.72rem;font-weight:720;opacity:.72}.zip-entry-form{display:grid;gap:8px;padding-top:2px}.zip-entry-form label{display:grid;gap:3px;color:var(--ink);font-size:.9rem;font-weight:820}.zip-entry-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.zip-entry-row input{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;color:var(--ink);font-size:1rem;font-weight:760}.zip-entry-row input:focus-visible,.modal-close-button:focus-visible,.location-method-button:focus-visible{border-color:var(--ink);outline:2px solid rgba(37,99,168,.22);outline-offset:2px}.post-vote-share-modal{gap:13px}.post-vote-share-actions{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.post-vote-share-actions .location-method-button.primary{justify-content:center}.post-vote-dismiss-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--muted);font-size:.86rem;font-weight:820;white-space:nowrap}.post-vote-dismiss-button:hover,.post-vote-dismiss-button:focus-visible{border-color:var(--line);background:var(--surface-soft);color:var(--ink);outline:none}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.stats-grid>div{padding:14px}.stats-grid strong{display:block;margin-top:7px;font-size:clamp(1.12rem,1.8vw,1.55rem);line-height:1.05}.stats-grid small{display:block;margin-top:6px;color:var(--muted);font-size:.78rem}.lens-card{display:flex;gap:14px;align-items:center;padding:12px;margin-bottom:14px}.lens-card .section-label{margin:0;white-space:nowrap}.lens-tabs{display:flex;gap:4px;overflow-x:auto;padding:4px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft)}.lens-tabs button{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:.82rem;font-weight:760;white-space:nowrap}.filter-swatch{width:8px;height:8px;border-radius:999px;background:var(--answer-color)}.lens-tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 8px #12192114}.result-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:14px}#question,#map,#archive{scroll-margin-top:118px}.map-card{overflow:hidden}.map-card-header{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 18px 8px}.map-card-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}.section-label{margin:0 0 5px}.map-stat{min-width:150px;text-align:right}.map-stat strong{display:block;margin-top:4px;font-size:1rem}.map-share-group{display:inline-flex;gap:7px;align-items:center}.map-share-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid var(--ink);border-radius:7px;background:var(--ink);color:#fff;font-size:.82rem;font-weight:820;white-space:nowrap}.map-share-button.secondary{border-color:var(--line-strong);background:var(--surface);color:var(--ink)}.map-share-button:hover,.map-share-button:focus-visible{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563a829}.map-share-button.copied{border-color:var(--green);background:var(--green);color:#fff}.map-share-button.failed{border-color:var(--red);background:var(--red);color:#fff}.map-share-button .icon{width:16px;height:16px}.map-mode-tabs{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft)}.map-mode-tabs button{min-height:30px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:.8rem;font-weight:780;white-space:nowrap}.map-mode-tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 8px #12192114}.map-control-row{display:flex;justify-content:flex-end;margin:4px 18px 8px}.belief-map-wrap{position:relative;margin:0 18px 18px;border-radius:7px;background:linear-gradient(180deg,#e7f1f7,#dae8f0);aspect-ratio:975 / 610;overflow:hidden;overscroll-behavior:contain}.belief-map{display:block;width:100%;height:100%;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.belief-map:focus,.belief-state:focus,.belief-county:focus{outline:none}.belief-map.is-panning,.belief-map.is-panning .belief-state,.belief-map.is-panning .belief-county{cursor:grabbing}.map-zoom-controls{display:grid;grid-template-columns:34px 46px 34px;gap:4px;align-items:center;padding:4px;border:1px solid rgba(18,25,33,.16);border-radius:7px;background:#fff;box-shadow:0 1px 8px #12192114}.map-zoom-controls button{display:inline-grid;place-items:center;min-width:0;height:32px;padding:0;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:1.08rem;font-weight:860;line-height:1}.map-zoom-controls button:last-child{grid-column:1 / -1;width:100%;font-size:.76rem}.map-zoom-controls button:disabled{opacity:.44}.map-zoom-controls span{display:inline-grid;place-items:center;height:32px;color:var(--muted);font-size:.78rem;font-weight:820}.nation-land{fill:#f8faf9;stroke:#9ca8b2;stroke-width:1.1}.belief-state{stroke:#ffffffe0;stroke-width:.8;cursor:pointer;transition:opacity .15s ease,stroke .15s ease,stroke-width .15s ease}.belief-state:hover,.belief-state:focus-visible,.belief-state.active{opacity:1;outline:none;stroke:var(--ink);stroke-width:2.2}.belief-state.verified{stroke:var(--blue);stroke-width:1.7}.belief-county{stroke:#1219212e;stroke-width:.22;cursor:pointer;transition:opacity .15s ease,stroke .15s ease,stroke-width .15s ease}.belief-county:hover,.belief-county:focus-visible,.belief-county.active{opacity:1;outline:none;stroke:var(--ink);stroke-width:1.2}.belief-county.verified{stroke:var(--blue);stroke-width:1.1}.state-borders{fill:none;pointer-events:none;stroke:#12192159;stroke-width:.8;vector-effect:non-scaling-stroke}.verified-dot{fill:var(--ink);stroke:#fff;stroke-width:2.2;pointer-events:none}.map-tooltip{position:absolute;left:14px;bottom:14px;width:172px;padding:10px;border:1px solid rgba(18,25,33,.18);border-radius:7px;background:#121921f0;color:#fff;box-shadow:0 12px 30px #12192133;pointer-events:none}.map-tooltip span,.map-tooltip strong,.map-tooltip small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-tooltip span,.map-tooltip small{color:#ffffffb8;font-size:.72rem;font-weight:720}.map-tooltip strong{margin:4px 0;font-size:1rem}@media(max-width:720px),(hover:none),(pointer:coarse){.map-tooltip{display:none}}.map-loading{position:absolute;inset:auto 14px 14px auto;display:grid;gap:4px;width:min(260px,calc(100% - 28px));padding:11px;border:1px solid rgba(18,25,33,.14);border-radius:7px;background:#fffffff0;box-shadow:0 12px 30px #1219211f}.map-loading strong{font-size:.9rem}.map-loading span{color:var(--muted);font-size:.78rem;line-height:1.35}.state-breakdown{display:grid;gap:10px;padding:0 18px 18px}.breakdown-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd}.breakdown-heading span,.breakdown-heading small{color:var(--muted);font-size:.74rem;font-weight:780}.breakdown-heading span{text-transform:uppercase}.breakdown-heading strong{display:block;margin-top:3px;font-size:1rem;line-height:1.18}.breakdown-heading small{display:block;margin-top:3px}.breakdown-reset-button{min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--ink);font-size:.78rem;font-weight:820;white-space:nowrap}.breakdown-reset-button:hover,.breakdown-reset-button:focus-visible{border-color:var(--ink);outline:none}.breakdown-option{display:grid;gap:5px;width:100%;padding:8px 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ink);text-align:left}.breakdown-option:hover,.breakdown-option:focus-visible{border-color:var(--line-strong);outline:none;background:#fbfcfd}.breakdown-option.active{border-color:var(--answer-color);background:#fbfcfd;box-shadow:inset 4px 0 0 var(--answer-color)}.breakdown-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:5px;color:var(--ink);font-size:.86rem;font-weight:760}.breakdown-row strong{display:inline-flex;align-items:baseline;gap:7px}.breakdown-row strong small{color:var(--muted);font-size:.72rem;font-weight:800}.bar-track{height:9px;border-radius:999px;background:var(--surface-soft);overflow:hidden}.bar-track span{display:block;height:100%;border-radius:inherit}.empty-results{margin:2px 0 0;padding:10px;border:1px dashed var(--line-strong);border-radius:7px;background:#fbfcfd;color:var(--muted);font-size:.84rem;line-height:1.4}.state-panel{display:grid;gap:1px;overflow:hidden;background:var(--line)}.panel-block{padding:16px;background:var(--surface)}.panel-block p:not(.section-label){margin:9px 0 0;color:var(--muted);font-size:.9rem;line-height:1.5}.archive-card{margin-top:14px;padding:18px}.archive-header-row{display:flex;justify-content:space-between;gap:18px;align-items:start}.archive-header-row>strong{flex:0 0 auto;padding:7px 9px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:.78rem;font-weight:820}.archive-note{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.archive-category-tabs{display:flex;gap:6px;overflow-x:auto;margin-top:14px;padding:4px;border:1px solid var(--line);border-radius:7px;background:var(--surface-soft);scrollbar-width:none}.archive-category-tabs::-webkit-scrollbar{display:none}.archive-category-tabs a{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 10px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:.8rem;font-weight:800;text-decoration:none;white-space:nowrap}.archive-category-tabs a.active,.archive-category-tabs a:focus-visible{background:var(--surface);color:var(--ink);box-shadow:0 1px 8px #12192114;outline:none}.archive-category-tabs small{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#67737d1f;color:inherit;font-size:.68rem}.archive-groups{display:grid;gap:16px;margin-top:16px}.archive-group{display:grid;gap:10px}.archive-group-heading{display:flex;justify-content:space-between;gap:12px;align-items:end;padding-bottom:8px;border-bottom:1px solid var(--line)}.archive-group-heading h3{margin:0}.archive-group-heading p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.archive-group-heading>span{color:var(--muted);font-size:.74rem;font-weight:820}.archive-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.archive-list a{display:grid;align-content:start;gap:7px;min-height:142px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#fbfcfd;color:var(--ink);text-align:left;text-decoration:none}.archive-list a.active,.archive-list a:hover,.archive-list a:focus-visible{border-color:var(--ink);outline:none}.archive-list a.active{box-shadow:inset 4px 0 0 var(--ink)}.archive-list span{color:var(--muted);font-size:.72rem;font-weight:800;text-transform:uppercase}.archive-list strong{font-size:.95rem;line-height:1.25}.archive-list small{color:var(--muted);font-size:.78rem;font-weight:760;line-height:1.35}.archive-list p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.35}@media(max-width:1120px){.belief-topbar,.weekly-brief,.hero-grid,.result-grid{grid-template-columns:1fr}.belief-topbar nav{overflow-x:auto}.stats-grid,.archive-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){#question,#map,#archive{scroll-margin-top:178px}.belief-app{padding:10px}.belief-topbar{top:8px;padding:10px}h1{font-size:clamp(1.72rem,9vw,2.65rem)}.question-card{min-height:auto;padding:18px}.question-topline,.map-card-header,.map-card-actions,.vote-submit-row{grid-template-columns:1fr}.vote-submit-row{display:grid}.vote-submit-button{width:100%}.map-card-header,.map-card-actions{align-items:stretch}.map-card-actions{display:grid;justify-content:stretch}.archive-header-row,.archive-group-heading,.breakdown-heading{display:grid;grid-template-columns:1fr}.archive-header-row>strong{justify-self:start}.map-mode-tabs{width:100%}.map-mode-tabs button{flex:1}.map-share-group{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.map-share-button{width:100%}.answer-grid,.weekly-brief-items,.stats-grid,.archive-list{grid-template-columns:1fr}.lens-card{display:grid}.belief-map-wrap{margin:0 12px 12px;aspect-ratio:975 / 610;min-height:0}.map-control-row{margin:2px 12px 8px}.map-zoom-controls{width:100%;grid-template-columns:42px minmax(56px,1fr) 42px}.location-detail-list{grid-template-columns:1fr}.modal-backdrop{align-items:flex-end;padding:10px}.location-modal{width:100%;max-height:calc(100dvh - 20px);padding:16px;border-radius:8px 8px 0 0}.zip-entry-row{grid-template-columns:1fr}.zip-entry-row .location-method-button,.location-method-button.primary{width:100%}.post-vote-share-actions{grid-template-columns:1fr}.post-vote-dismiss-button{width:100%}.map-card-header,.state-breakdown{padding-left:12px;padding-right:12px}.map-stat{text-align:left}.archive-card{padding:14px}}
