/* starter-theme — language switcher after WPML (USP.Center WordPress Plugin >= 1.22.0).
   Desktop (.wpml-ls-slot-49) is fully styled by dist/css/app.css (hover dropdown + caret);
   this file covers the offcanvas dropdown (WPML "legacy dropdown click" markup, WPML's own CSS is gone). */
.usp-ls-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.usp-ls-mobile .wpml-ls-item-toggle {
  position: relative;
  display: inline-block;
  padding: 0.25rem 1.4rem 0.25rem 0;
  text-decoration: none;
  color: inherit;
}
.usp-ls-mobile .wpml-ls-item-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.175em);
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  vertical-align: middle;
}
.usp-ls-mobile.is-open .wpml-ls-item-toggle:after {
  border-top: 0;
  border-bottom: 0.5em solid;
  top: calc(50% - 0.35em);
}
.usp-ls-mobile .wpml-ls-sub-menu {
  display: none;
  margin-top: 4px;
}
.usp-ls-mobile.is-open .wpml-ls-sub-menu {
  display: block;
}
.usp-ls-mobile .wpml-ls-sub-menu li a {
  display: block;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  color: inherit;
}
