#map {
    height: 100%;
    min-height: 400px;
    width: 100%;
    border-radius: 0 0.25rem 0.25rem 0;
}

.card {
    border-radius: 0.5rem;
}

/* Rounded corners for the map container to match card */
@media (max-width: 991.98px) {
    #map {
        border-radius: 0 0 0.5rem 0.5rem;
        min-height: 300px;
    }
}

.progress {
    height: 20px;
    background-color: #e9ecef;
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
    transition: width 0.3s ease;
    font-size: 0.75rem;
    line-height: 20px;
}
