#romania-map path {
    fill: #e0e0e0;
    stroke: #333;
    stroke-width: 1;
    cursor: pointer;
}
#romania-map g:hover path {
    fill: #ffcc00;
}
#romania-map text {
    font-size: 10px;
    pointer-events: none;
}
#judet-sites {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fafafa;
}
