.map-location-picker__map {
    height: 320px;
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid var(--color-line, #e2e8f0);
    overflow: hidden;
    z-index: 0;
}

.map-location-picker__map .leaflet-control-attribution {
    font-size: 10px;
}

.dark .map-location-picker__map {
    border-color: rgba(148, 163, 184, 0.35);
}

.map-location-picker__hint {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--color-muted, #64748b);
}
