/*======================================
  *** Header ***
======================================*/

/*--- Language Switcher ---*/

/* Add globe icon */
#header .ct-language-switcher li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../icons/globe.svg") no-repeat center;
  background-size: contain;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

/* Ensures icon and text are vertically centered */
#header .ct-language-switcher li {
  display: flex;
  align-items: center;
}