.logo-europa {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--logo);
  background-size: contain;
}
.logo-europa--parlamento {
  --logo: url("//citynews.stgy.ovh/~shared/images/v7/europe/parlamento-europeo-l.svg");
}
.logo-europa--unione {
  --logo: url("//citynews.stgy.ovh/~shared/images/v7/europe/unione-europea-d.svg");
}
@media (prefers-color-scheme: dark) {
  body:not([data-color-scheme*=light]) .logo-europa--unione {
    --logo: url("//citynews.stgy.ovh/~shared/images/v7/europe/unione-europea-l.svg");
  }
}
[data-color-scheme*=dark] .logo-europa--unione {
  --logo: url("//citynews.stgy.ovh/~shared/images/v7/europe/unione-europea-l.svg");
}