/* ─── TFA County Map ────────────────────────────────────────────────── */
#tfa-map-wrap { display:flex; gap:16px; padding:8px 0; align-items:flex-start; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
#tfa-map-col { flex:1; min-width:0; }
#tfa-info-panel { width:240px; flex-shrink:0; background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:16px; }
#tfa-info-name { font-size:15px; font-weight:600; color:#1e3a5f; margin-bottom:2px; }
#tfa-info-id { font-size:11px; color:#9ca3af; margin-bottom:12px; }
#tfa-info-body { font-size:13px; color:#6b7280; line-height:1.6; }
#tfa-info-body a { color:#1d4ed8; text-decoration:none; word-break:break-all; }
#tfa-info-body a:hover { text-decoration:underline; }
.tfa-org-row { margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #f3f4f6; }
.tfa-org-row:last-child { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.tfa-org-label { font-size:10px; text-transform:uppercase; letter-spacing:0.5px; color:#9ca3af; margin-bottom:2px; }
.tfa-org-name { font-weight:600; color:#1e3a5f; font-size:13px; margin-bottom:3px; }
#tfa-map-legend { display:flex; gap:16px; margin-bottom:8px; font-size:12px; color:#6b7280; align-items:center; flex-wrap:wrap; }
.tfa-leg-dot { display:inline-block; width:12px; height:12px; border-radius:3px; margin-right:5px; vertical-align:middle; }
#tfa-map-search { width:100%; padding:7px 12px; font-size:13px; border:1px solid #d1d5db; border-radius:8px; margin-bottom:10px; outline:none; }
#tfa-map-search:focus { border-color:#1e3a5f; box-shadow:0 0 0 2px rgba(30,58,95,0.15); }
#tfa-map-hint { font-size:11px; color:#9ca3af; text-align:center; margin-top:6px; }
.tfa-county { cursor:pointer; stroke:#fff; stroke-width:0.8; transition:fill 0.12s; }
.tfa-has-org { fill:#1e3a5f; }
.tfa-no-org { fill:#85B7EB; }
.tfa-county:hover { fill:#c8a951 !important; }
.tfa-county.tfa-selected { fill:#c8a951 !important; }
.tfa-clabel { font-size:5.5px; fill:#fff; pointer-events:none; font-family:sans-serif; text-anchor:middle; dominant-baseline:central; }
.tfa-no-org-notice { background:#f9fafb; border-radius:8px; padding:12px; text-align:center; }
.tfa-no-org-notice p { font-size:12px; color:#6b7280; margin:0; }
.tfa-no-org-notice p:first-child { font-weight:600; color:#374151; margin-bottom:4px; }

@media (max-width: 600px) {
    #tfa-map-wrap { flex-direction:column; }
    #tfa-info-panel { width:100%; }
}
