
#block-cftc-languageswitcher {
  display: flex;
  float: right;
  clear: both;
  z-index: 100;
}

#block-cftc-languageswitcher h2 {
  display: none;
}

#block-cftc-languageswitcher ul {
  display: flex;
}

#block-cftc-languageswitcher li {
  padding: 3px;
}

.language-switcher-language-url ul.links:last-child li::after {
  content: "|";
  margin: 0 0.5rem;
}
.language-switcher-language-url ul.links:last-child li:last-child::after {
  content: none;
}

.language-switcher-language-url ul.links:last-child li.block-configure::after {
  content: none;
  margin: 0;
}

#block-cftc-languageswitcher > div > ul {
  margin-top: 34px;
}

/* temporariliy remove chinese language from switcher block */
#block-cftc-languageswitcher > ul li:nth-of-type(3) {
  /* display: none; */
}
