#svg-map path {
    fill: #333333;
    stroke: #111;
    stroke-width: 1;
    transition: fill 0.2s ease;
}

#svg-map-container {
    position: relative;
}

.map-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    display: none;
    z-index: 1000;
    white-space: nowrap;
}

#svg-map {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#mapa-expansao .lead {
    color: #333;
    line-height: 1.6;
}