/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.nav {
  --bs-nav-link-font-size: 1rem;
}

.nav .language-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
  margin-bottom: 0;
}

.nav .language-link:after {
  content: "|";
  margin-left: .625rem;
  margin-right: .625rem;
  color: #fff;
}

.nav .language-link:hover, .nav .language-link:focus, .nav .language-link:active, .nav .language-link.is-active {
  color: #e1ff67;
  text-decoration: none;
}

.language-switcher-language-url .nav .nav-item:last-child .language-link:after {
  content: none;
}

