body {
    background-color: #f8f9fa;
}

#map {
    height: 500px;
    width: 100%;
}

#map-section {
    position: relative;
}

#loadingOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
