.county-browser{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.county-browser .county-grid{grid-template-columns:repeat(4,1fr)}.map-panel{display:grid;place-items:center;min-height:430px;background:#fff;border:1px solid #c9cdd6;padding:8px;overflow:hidden}.map-panel img[usemap]{display:block;width:100%!important;max-width:680px!important;height:auto!important;filter:none}.map-panel area{cursor:pointer}.map-panel center,.map-panel center>div{width:100%!important}@media(max-width:900px){.county-browser .county-grid{grid-template-columns:repeat(3,1fr)}.map-panel{min-height:0}}@media(max-width:680px){.county-browser .county-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.county-browser .county-grid{grid-template-columns:1fr}.map-panel{padding:3px}}
