.near-you-preview { max-width: 1200px; margin: 0 auto; padding: 12px 0 24px; }
.near-you-preview-label { margin-bottom: 0; color: #417398; }
.near-you-preview h1 { margin-top: 4px; }
.near-you-area-picker { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.near-you-area-picker label { font-weight: bold; }
.near-you-area-picker select { min-height: 44px; max-width: 100%; padding: 8px; border: 1px solid #767676; background: white; color: #222; font: inherit; }
.near-you-area-picker button { min-height: 44px; padding: 8px 18px; border: 0; background: #417398; color: white; font: inherit; cursor: pointer; }
.near-you-area-picker :focus-visible { outline: 3px solid #222; outline-offset: 3px; }
.near-you-map-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 16px 0; list-style: none; }
.near-you-map-legend li { display: flex; align-items: center; gap: 8px; }
.near-you-map-legend img { width: 24px; height: 32px; object-fit: contain; }
.near-you-map .dog-map-canvas { height: 560px; height: clamp(340px, 65vh, 620px); }
.near-you-map .dog-map-status { min-height: 1.5em; }
.near-you-map .leaflet-control-attribution { font-size: 11px; }
.near-you-map .leaflet-marker-icon:focus-visible { outline: 3px solid #222; outline-offset: 3px; }
@media (max-width: 480px) {
    .near-you-area-picker label { width: 100%; }
    .near-you-area-picker select { width: 100%; }
}
