:root{--gc-geo-accent:#FFBF00;--gc-geo-blue:#2075C6;--gc-geo-navy:#003A72;--gc-geo-light:#F5F5F5;--gc-geo-line:#e5e5e5;--gc-geo-text:#444444;--gc-geo-ink:#000000}.gc-geo{font-family:"Poppins",sans-serif;color:var(--gc-geo-text)}.gc-geo *,.gc-geo *:before,.gc-geo *:after{box-sizing:border-box}.gc-geo button.gc-geo__county,.gc-geo button.gc-geo__city,.gc-geo a.gc-geo__city{-webkit-appearance:none;appearance:none;font-family:"Poppins",sans-serif;text-transform:none;letter-spacing:normal;text-shadow:none;text-decoration:none;min-height:0;margin:0;box-shadow:none;transition:all .25s ease}.gc-geo__counties{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.gc-geo button.gc-geo__county{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border:1px solid var(--gc-geo-line);border-radius:50px;background:#fff;background-image:none;color:var(--gc-geo-ink);font-size:15px;font-weight:700;line-height:1;cursor:pointer}.gc-geo button.gc-geo__county:hover{background:#fff;border-color:var(--gc-geo-blue);color:var(--gc-geo-ink);transform:translateY(-2px);box-shadow:0 8px 20px rgb(32 117 198 / .18)}.gc-geo button.gc-geo__county:focus-visible{outline:3px solid var(--gc-geo-blue);outline-offset:2px}.gc-geo button.gc-geo__county[aria-selected="true"]{background:var(--gc-geo-accent);border-color:var(--gc-geo-accent);color:#000;font-weight:700}.gc-geo .gc-geo__county-count{font-size:13px;font-weight:600;opacity:.65}.gc-geo__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:26px;align-items:stretch}.gc-geo__panel{background:var(--gc-geo-light);border:1px solid var(--gc-geo-line);border-radius:14px;padding:20px;min-width:0}.gc-geo__panel-title{font-family:"Outfit",sans-serif;font-size:20px;font-weight:600;color:var(--gc-geo-ink);margin:0 0 14px;line-height:1.2}.gc-geo__cities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:430px;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-width:0}.gc-geo button.gc-geo__city,.gc-geo a.gc-geo__city{display:flex;align-items:center;gap:8px;width:100%;min-width:0;text-align:left;padding:11px 13px;border:1px solid var(--gc-geo-line);border-radius:10px;background:#fff;background-image:none;color:#000;font-size:14px;font-weight:700;line-height:1.25;cursor:pointer}.gc-geo button.gc-geo__city[hidden],.gc-geo a.gc-geo__city[hidden]{display:none!important}.gc-geo button.gc-geo__city:hover,.gc-geo a.gc-geo__city:hover{background:#fff;color:#000;border-color:var(--gc-geo-blue);box-shadow:0 6px 16px rgb(32 117 198 / .14)}.gc-geo button.gc-geo__city:focus-visible,.gc-geo a.gc-geo__city:focus-visible{outline:3px solid var(--gc-geo-blue);outline-offset:2px}.gc-geo button.gc-geo__city[aria-pressed="true"],.gc-geo a.gc-geo__city[aria-pressed="true"]{background:var(--gc-geo-accent);border-color:var(--gc-geo-accent);color:#000;font-weight:700}.gc-geo .gc-geo__city span{min-width:0;overflow-wrap:break-word}.gc-geo .gc-geo__city svg{flex:0 0 auto;width:11px;height:15px}.gc-geo .gc-geo__city path{fill:var(--gc-geo-blue)}.gc-geo .gc-geo__city[aria-pressed="true"] path{fill:var(--gc-geo-navy)}.gc-geo__map-wrap{position:relative;border:1px solid var(--gc-geo-line);border-radius:14px;overflow:hidden;min-height:470px}.gc-geo__map{width:100%;height:100%;min-height:470px;background:var(--gc-geo-light)}.gc-geo .leaflet-container img.leaflet-tile{max-width:none!important;min-width:0;min-height:0;border-radius:0;box-shadow:none}.gc-geo__note{margin:14px 0 0;font-size:13px;line-height:1.5;color:var(--gc-geo-text);opacity:.85}.gc-geo-pin{background:none;border:0}.gc-geo-pin svg{display:block;width:28px;height:38px;filter:drop-shadow(0 3px 4px rgb(0 0 0 / .28))}.gc-geo-pin .gc-pin-body{fill:var(--gc-geo-blue)}.gc-geo-pin .gc-pin-dot{fill:#fff}.gc-geo-pin.is-active svg{width:36px;height:48px}.gc-geo-pin.is-active .gc-pin-body{fill:var(--gc-geo-accent)}.gc-geo-pin.is-active .gc-pin-dot{fill:var(--gc-geo-navy)}.gc-geo .leaflet-popup-content-wrapper{border-radius:12px;padding:4px 2px;box-shadow:0 12px 30px rgb(0 0 0 / .16)}.gc-geo .leaflet-popup-content{margin:12px 16px;font-family:"Poppins",sans-serif}.gc-geo__pop-city{display:block;font-family:"Outfit",sans-serif;font-size:19px;font-weight:600;color:var(--gc-geo-ink);line-height:1.2}.gc-geo__pop-county{display:block;font-size:13px;font-weight:500;color:var(--gc-geo-text);margin-top:2px}.gc-geo a.gc-geo__pop-cta{display:inline-flex;align-items:center;gap:7px;margin-top:11px;padding:9px 16px;border-radius:50px;background:var(--gc-geo-accent);border:1px solid var(--gc-geo-accent);color:#222!important;font-size:13px;font-weight:700;line-height:1;text-decoration:none!important;transition:all .3s ease}.gc-geo a.gc-geo__pop-cta:hover{background:var(--gc-geo-blue);border-color:var(--gc-geo-blue);color:#fff!important}@media (max-width:1024px){.gc-geo__layout{grid-template-columns:1fr;gap:20px}.gc-geo__cities{max-height:none;grid-template-columns:repeat(3,minmax(0,1fr))}.gc-geo__map-wrap,.gc-geo__map{min-height:420px}}@media (max-width:767px){.gc-geo__counties{gap:8px;margin-bottom:16px}.gc-geo button.gc-geo__county{flex:1 1 auto;justify-content:center;padding:12px 14px;font-size:14px;min-height:46px}.gc-geo__panel{padding:14px;border-radius:12px}.gc-geo__cities{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gc-geo button.gc-geo__city,.gc-geo a.gc-geo__city{padding:13px 12px;min-height:48px;font-size:14px}.gc-geo__map-wrap,.gc-geo__map{min-height:340px}.gc-geo__note{font-size:12px}}@media (max-width:400px){.gc-geo__cities{grid-template-columns:1fr}}.gc-geo__panel{background:#fff;border:1px solid rgb(0 0 0 / .07);border-radius:10px;box-shadow:0 10px 30px rgb(0 58 114 / .06)}.gc-geo__panel-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid rgb(0 0 0 / .07)}.gc-geo__cities{max-height:470px;scrollbar-width:thin;scrollbar-color:#ccd6df #fff0}.gc-geo__cities::-webkit-scrollbar{width:6px}.gc-geo__cities::-webkit-scrollbar-thumb{background:#ccd6df;border-radius:6px}.gc-geo__cities::-webkit-scrollbar-track{background:#fff0}.gc-geo button.gc-geo__county{border-color:rgb(0 0 0 / .09);box-shadow:0 2px 6px rgb(0 0 0 / .04)}.gc-geo button.gc-geo__county[aria-selected="true"]{box-shadow:0 6px 16px rgb(255 191 0 / .28)}.gc-geo button.gc-geo__city,.gc-geo a.gc-geo__city{border-radius:8px;background:#fafbfc;border-color:rgb(0 0 0 / .08)}.gc-geo button.gc-geo__city:hover,.gc-geo a.gc-geo__city:hover{background:#fff;border-color:var(--gc-geo-blue);transform:translateY(-1px)}.gc-geo button.gc-geo__city[aria-pressed="true"],.gc-geo a.gc-geo__city[aria-pressed="true"]{box-shadow:0 6px 16px rgb(255 191 0 / .28)}.gc-geo__layout{gap:28px}.gc-geo__map-wrap{border:1px solid rgb(0 0 0 / .07);border-radius:10px;box-shadow:0 14px 34px rgb(0 58 114 / .08);min-height:520px}.gc-geo__map{min-height:520px;background:#eef1f4}.gc-geo__map-wrap:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:10px;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .5)}.gc-geo .leaflet-tile-pane{filter:saturate(.82) contrast(1.02) brightness(1.02)}.gc-geo .leaflet-control-zoom{border:0;border-radius:10px;overflow:hidden;margin:14px;box-shadow:0 6px 18px rgb(0 0 0 / .12)}.gc-geo .leaflet-control-zoom a{width:36px;height:36px;line-height:36px;background:#fff;color:var(--gc-geo-navy);border:0;border-bottom:1px solid rgb(0 0 0 / .07);font-size:19px;font-weight:600}.gc-geo .leaflet-control-zoom a:last-child{border-bottom:0}.gc-geo .leaflet-control-zoom a:hover{background:var(--gc-geo-accent);color:#000}.gc-geo .leaflet-control-attribution{background:rgb(255 255 255 / .85);border-radius:6px 0 0 0;padding:2px 8px;font-size:10px;color:#6b7480}.gc-geo .leaflet-control-attribution a{color:#6b7480}.gc-geo-pin .gc-pin-body{stroke:#fff;stroke-width:1.3;paint-order:stroke}.gc-geo-pin svg{filter:drop-shadow(0 4px 6px rgb(0 32 64 / .3))}.gc-geo .leaflet-popup-content-wrapper{border:1px solid rgb(0 0 0 / .06);border-radius:12px;box-shadow:0 16px 36px rgb(0 58 114 / .18)}.gc-geo .leaflet-popup-content{margin:14px 18px}.gc-geo__pop-county{text-transform:uppercase;letter-spacing:1.2px;font-size:11px;font-weight:600;color:var(--gc-geo-blue);margin-top:4px}@media (max-width:1024px){.gc-geo__map-wrap,.gc-geo__map{min-height:440px}.gc-geo__cities{max-height:none}}@media (max-width:767px){.gc-geo__map-wrap,.gc-geo__map{min-height:360px}.gc-geo .leaflet-control-zoom{margin:10px}}.gc-geo__panel-label{font-family:"Outfit",sans-serif;font-size:20px;font-weight:600;color:var(--gc-geo-ink);line-height:1.2}.gc-geo__panel-count{flex:0 0 auto;font-family:"Poppins",sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--gc-geo-blue);background:rgb(32 117 198 / .09);border-radius:50px;padding:5px 11px;line-height:1}@media (max-width:767px){.gc-geo__panel-label{font-size:18px}.gc-geo__panel-count{font-size:10px;padding:4px 9px}}.gc-geo-pin--wayne .gc-pin-body{fill:#2075C6}.gc-geo-pin--oakland .gc-pin-body{fill:#003A72}.gc-geo-pin--macomb .gc-pin-body{fill:#A57D08}.gc-geo-pin.is-active .gc-pin-body{fill:#FFBF00}.gc-geo-pin.is-active .gc-pin-dot{fill:#003A72}.gc-geo .gc-geo__city[data-county="Wayne"] path{fill:#2075C6}.gc-geo .gc-geo__city[data-county="Oakland"] path{fill:#003A72}.gc-geo .gc-geo__city[data-county="Macomb"] path{fill:#A57D08}.gc-geo .gc-geo__city[aria-pressed="true"] path{fill:#003A72}.gc-geo button.gc-geo__city.is-selected,so the class hook carries it. */ .gc-geo a.gc-geo__city.is-selected{background:#FFBF00!important;background-image:none!important;border-color:#FFBF00!important;color:#000!important;font-weight:700!important}.gc-geo button.gc-geo__city.is-selected:hover,.gc-geo a.gc-geo__city.is-selected:hover{background:#FFBF00!important;border-color:#FFBF00!important;color:#000!important}.gc-geo button.gc-geo__city.is-selected path,.gc-geo a.gc-geo__city.is-selected path{fill:#003A72!important}.gc-geo__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.gc-geo__search{margin:0 0 12px}.gc-geo__search-field{position:relative;display:flex;align-items:center}.gc-geo__search-icon{position:absolute;left:12px;width:15px;height:15px;pointer-events:none;fill:#7b8794}.gc-geo .gc-geo__search-input{width:100%;box-sizing:border-box;padding:11px 38px 11px 35px;border:1px solid rgb(0 0 0 / .08);border-radius:8px;background:#fafbfc;background-image:none;font-size:14px;font-weight:500;line-height:1.25;color:#000;-webkit-appearance:none;appearance:none;box-shadow:none;min-height:0;margin:0;text-transform:none;letter-spacing:normal;transition:border-color .2s ease,background .2s ease}.gc-geo .gc-geo__search-input::placeholder{color:#8a97a3;font-weight:500;opacity:1}.gc-geo .gc-geo__search-input:focus,.gc-geo .gc-geo__search-input:focus-visible{background:#fff;border-color:var(--gc-geo-blue);outline:3px solid var(--gc-geo-blue);outline-offset:2px}.gc-geo .gc-geo__search-input::-webkit-search-cancel-button,.gc-geo .gc-geo__search-input::-webkit-search-decoration{-webkit-appearance:none;display:none}.gc-geo button.gc-geo__search-clear{position:absolute;right:6px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#fff0;background-image:none;color:#6b7885;font-family:"Poppins",sans-serif;font-size:19px;font-weight:400;line-height:1;cursor:pointer;min-height:0;margin:0;box-shadow:none;text-shadow:none}.gc-geo button.gc-geo__search-clear:hover{background:rgb(0 0 0 / .06);color:#000;transform:none}.gc-geo button.gc-geo__search-clear:focus-visible{outline:3px solid var(--gc-geo-blue);outline-offset:2px}.gc-geo button.gc-geo__search-clear[hidden]{display:none!important}.gc-geo__search-status{margin:8px 0 0;font-family:"Poppins",sans-serif;font-size:12px;font-weight:600;color:#6b7885;line-height:1.3}.gc-geo__search-status:empty{display:none}.gc-geo.is-searching .gc-geo__cities>button.gc-geo__city,.gc-geo.is-searching .gc-geo__cities>a.gc-geo__city{display:none!important}.gc-geo.is-searching .gc-geo__cities>button.gc-geo__city.gc-is-match,.gc-geo.is-searching .gc-geo__cities>a.gc-geo__city.gc-is-match{display:flex!important}.gc-geo.is-searching .gc-geo__city.gc-is-match.gc-is-other::after{content:attr(data-county);margin-left:auto;flex:0 0 auto;font-family:"Poppins",sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--gc-geo-blue);background:rgb(32 117 198 / .09);border-radius:50px;padding:3px 7px;line-height:1}@media (max-width:600px){.gc-geo .gc-geo__search-input{font-size:16px;padding:12px 38px 12px 35px}}.gc-geo-dir{font-family:"Poppins",sans-serif;color:var(--gc-geo-text)}.gc-geo-dir__title{font-family:"Outfit",sans-serif;font-size:29px;line-height:1.1;font-weight:600;color:var(--gc-geo-ink);margin:0 0 8px}.gc-geo-dir__intro{font-size:14px;line-height:1.5;color:var(--gc-geo-text);margin:0 0 22px}.gc-geo-dir__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gc-geo-dir__county{border:1px solid var(--gc-geo-line);border-radius:12px;background:#fff;padding:16px 16px 10px}.gc-geo-dir__county-name{display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:"Outfit",sans-serif;font-size:18px;line-height:1.2;font-weight:600;color:var(--gc-geo-navy);margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--gc-geo-line)}.gc-geo-dir__count{flex:none;font-size:11px;font-weight:600;color:var(--gc-geo-blue);background:var(--gc-geo-light);border-radius:50px;padding:3px 9px}.gc-geo-dir__list{list-style:none;margin:0;padding:0;display:grid;gap:2px}.gc-geo-dir__item{margin:0}.gc-geo-dir__link{display:block;padding:8px 10px;border-radius:8px;font-size:14px;font-weight:600;line-height:1.3;color:var(--gc-geo-ink);text-decoration:none}.gc-geo-dir a.gc-geo-dir__link:hover{background:var(--gc-geo-light);color:var(--gc-geo-blue);text-decoration:none}.gc-geo-dir a.gc-geo-dir__link:focus-visible{outline:2px solid var(--gc-geo-blue);outline-offset:1px;background:var(--gc-geo-light);text-decoration:none}.gc-geo-dir__link--none{color:#6b7480;font-weight:400}@media (max-width:1024px){.gc-geo-dir__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gc-geo-dir__title{font-size:25px}}@media (max-width:767px){.gc-geo-dir__grid{grid-template-columns:1fr;gap:12px}.gc-geo-dir__title{font-size:22px}.gc-geo-dir__link{padding:10px}}