.language-switcher-language-url {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 64px;
  height: 64px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
}

/* Neutralise native <button> chrome for the language toggle (now a real
   <button> instead of <a href="#">) so it matches the former link. Border/
   background reset only — text colour is intentionally left untouched. */
.language-switcher-language-url .nav-link.dropdown-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
}

/* Removed: the former `.language-switch-container` / `.selected-language` rules
   targeted an older language-switcher markup that no longer exists (current markup
   is `.language-switcher-language-url` + `#languages-menu`, see
   templates/region/header-slim-language/links--language-block.html.twig). They
   matched nothing and were dead weight. Toggle/dropdown styling now comes from
   Bootstrap Italia defaults. */
