.le-counties{--le-red:#bf0a30;--le-blue:#002868;--le-ink:#122033;--le-muted:#607086;--le-line:#dce3eb;color:var(--le-ink)}
.le-counties>header{padding:2rem;border-top:8px solid var(--le-red);background:var(--le-blue);color:#fff;border-radius:.8rem;margin-bottom:1.25rem}
.le-counties>header span{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.72rem}
.le-counties>header h2{font-size:clamp(2rem,5vw,3.6rem);margin:.25rem 0;color:#fff}
.le-counties>header p{max-width:46rem;margin:.4rem 0 1.2rem;color:#e4eaf5}
.le-counties input{width:min(100%,26rem);padding:.8rem 1rem;border:2px solid #fff;border-radius:999px;background:#fff;color:var(--le-ink)}
.le-county-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}
.le-county-grid article{overflow:hidden;border:1px solid var(--le-line);border-radius:.75rem;background:#fff;box-shadow:0 8px 26px rgba(0,40,104,.07)}
.le-county-flag{display:block;width:100%;aspect-ratio:5/3;object-fit:cover;border-bottom:4px solid var(--le-red)}
.le-county-copy{position:relative;padding:1rem 1rem 1.1rem 4.6rem;min-height:8rem}
.le-county-grid h3{margin:0;color:var(--le-blue)}
.le-county-grid p{margin:.25rem 0 .7rem;color:var(--le-muted);font-size:.92rem}
.le-county-grid a{font-weight:800;color:var(--le-red);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.le-county-grid a[aria-disabled=true]{color:var(--le-muted);pointer-events:none}
.le-county-links{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.le-county-grid .le-sports-link{color:var(--le-blue);text-decoration:none}.le-county-grid .le-sports-link:hover{text-decoration:underline}
.le-county-number{position:absolute;left:1rem;top:1rem;display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:var(--le-blue);color:#fff;font-weight:900}
