.trp-ls-shortcode-current-language {
  display: none !important;
}
.trp-language-switcher {
  height: 42px;
  width: 100% !important;
  text-overflow: ellipsis;
}
.trp-ls-shortcode-language {
  display: block !important;
  height: 82px !important;
  visibility: visible !important;
}
.trp-language-switcher > div {
  padding: 0 !important;
  width: 100% !important;
  border: none !important;
  background: transparent !important;
}

.trp-language-switcher > div > a {
  display: block;
  padding: 10px 10px;
  border-radius: 20px;
  color: #003a45;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140%;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  position: relative !important;
}
.trp-language-switcher > div > a {
  transition: 0.3s all;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: default;
  color: #fff !important;
  background: #003a45 !important;
}
.trp-language-switcher > div > a:hover {
  background: #003a4570;
  border-radius: 20px !important;
  color: #fff;
}
