.find-local-map-wrap {
    position: relative;
    height: 280px;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.find-local-map-wrap .leaflet-container {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.find-local-map-search {
    position: absolute;
    top: 12px;
    /* Clear Leaflet zoom control (~34px) in top-left */
    left: 52px;
    right: 12px;
    z-index: 1000;
}

.find-local-map-search input {
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 2.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.find-local-map-search .search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}

.find-local-radius-panel {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 1000;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    min-width: 220px;
    border: 1px solid #e5e7eb;
}

.find-local-radius-panel label {
    display: block;
    font-size: 0.8125rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.find-local-radius-panel input[type="range"] {
    width: 100%;
    accent-color: #2563eb;
}

.find-local-modal-scroll {
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
}
