/* Dynamic Europe map (hook displayAbcwebEuropeMap) */
.abcweb-europe-map {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.abcweb-europe-map svg,
.abcweb-europe-map #europe-map-svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Country borders. Fill and stroke colour are set inline by the hook
   (flag pattern / configurable colours); width & style stay here. */
.abcweb-europe-map .country {
    stroke-width: 0.5;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}
