﻿.language-switcher-language-url {
  ul.links {
    margin: 0;
    position: absolute;
    right: 0;
    padding: .7ex 1.5em 0 0;
  }

  li {
    list-style: none;
  }

  ul.links {
    a {
      color: #eee;
      text-decoration: none;
      font-size: .9rem;
    }

    a:hover {
      color: lightsteelblue;
      text-decoration: underline;
    }

    .is-active {
      display: none;
    }
  }

  /* When no link is active, hide both links */
  ul.links:not(:has(.is-active)) li {
    display: none;
  }
}
