.header-top .wpml-language-switcher-block ul.horizontal-list {
  gap: 15px !important;
  position: relative;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item {
  position: relative;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item:after {
  content: '/';
  right: -10px;
  position: absolute;
  top: 0;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item[data-wpml="current-language-item"] {
  font-weight: bold;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item:nth-child(1) {
  order: 3;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item:nth-child(1):after {
  content: none;
}
.header-top .wpml-language-switcher-block ul.horizontal-list .wp-block-navigation-item a:hover {
  color: var(--wp--preset--color--tertiary);
}
