/* US Map Styles */
.us-map-dialog-content {
    overflow: visible;
}

.us-map-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.us-map-container {
    width: 100%;
    max-width: 800px;
}

.us-map {
    width: 100%;
    height: auto;
    display: block;
}

/* Legend styles */
.us-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.us-map-legend-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
}

.us-map-legend-color {
    width: 1rem;
    height: 1rem;
    border-radius: 0.125rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.legend-region-1 { background-color: #BBDEFB; }
.legend-region-2 { background-color: #E1BEE7; }
.legend-region-3 { background-color: #C8E6C9; }
.legend-region-4 { background-color: #FFE0B2; }
.legend-region-5 { background-color: #FFCDD2; }
.legend-region-6 { background-color: #FFF9C4; }
.legend-region-7 { background-color: #B2DFDB; }
.legend-region-8 { background-color: #F8BBD9; }
