:root{--accent:#005fcc}#dashboardContainer h2:first-of-type{margin-top:0}.columns{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-auto-flow:column;grid-auto-columns:fit-content();gap:.25em 1em}.chart-container{display:flex;flex-wrap:wrap}.chart-container>:first-child{flex:1;min-width:50%}.chart-container table{flex:1;align-self:flex-start}th#candidate-name{min-width:20ch}.office-info-card{margin-bottom:1em}.candidate-filter{display:flex;flex-wrap:wrap;justify-content:stretch}.candidate-filter label{display:flex;justify-content:space-between;gap:.25em;align-items:center}input[type=range]{justify-self:flex-end;accent-color:var(--accent)}.chart-wrapper{transition:transform .2s ease-out}canvas{max-width:100%!important;aspect-ratio:1/1}#results.bordered{padding:1rem}#results.bordered h2.strip{margin:-1rem -1rem 0}