.dwp-language-toggle {
  font-family: GDS Transport, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.dwp-language-toggle:after {
  content: "";
  display: block;
  clear: both;
}

.dwp-language-toggle__list {
  margin-top: 1em;
  float: right;
  text-align: right;
}

.dwp-language-toggle__list-item {
  display: inline-block;
}

.dwp-language-toggle__list-item:first-child:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875em;
  height: 1em;
  border-right: 1px solid #0b0c0c;
}

@media (min-width: 40.0625em) {
  .dwp-language-toggle {
    font-size: 1rem;
    line-height: 1.25;
  }
}