.map-picker {
    height: 320px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-top: 0.5rem;
    width: 100%;
}

.map-picker-instructions {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.map-picker .leaflet-container {
    border-radius: inherit;
}
