
  #languageSwitch {
    position: relative;
  }
  
  #languageSwitch button {
    height: 100%;
  }
  
  #languageSwitch ul {
    right: 0;
    min-width: 8rem;
  }
  
  #languageSwitch span.langShort {
    text-transform: uppercase;
  }
  
  #languageSwitch a {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  
  #languageSwitch a:hover {
    color: #333333;
    background-color: #f5f8f9;
  }
