.language-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  height: 43px;
  min-width: 68px;
  margin: 0 10px 0 0;
  padding: 0 12px;
  border: 2px solid #9665ab;
  background-color: #9665ab;
  color: #fefefe;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.language-switch:visited {
  color: #fefefe;
}

.language-switch:hover,
.language-switch:focus {
  border-color: #9665ab;
  background-color: #fefefe;
  color: #9665ab;
}

.language-switch i {
  font-size: 1.1rem;
}

.language-switch--compact {
  min-width: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.button-group > .language-switch {
  margin-left: 6px;
}

@media print, screen and (max-width: 39.99875em) {
  .search-form-small {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .language-switch--compact {
    width: 43px;
    min-width: 43px;
    padding: 0;
  }

  .language-switch--compact i {
    display: none;
  }
}
