.siteswitch {
  background: #f2f4f5;
  color: #302d28;
  font-size: 18px;
  position: relative;
  z-index: 61;
}
.siteswitch ul {
  display: flex;
  justify-content: center;
}
.siteswitch li {
  display: block;
  list-style: none;
  margin: 0 10px;
}
.siteswitch a {
  color: inherit;
}
.siteswitch-item {
  text-align: center;
  padding: 10px 0;
}
.siteswitch-item a {
  text-decoration: none;
}
.siteswitch-item b {
  font-weight: 400;
}
.siteswitch-item img {
  display: block;
  margin: 0 auto 5px auto;
}
.siteswitch-item.is-active span {
  border-bottom: 2px solid currentColor;
}

@media (min-width: 768px) {
  .siteswitch {
    line-height: 60px;
  }
  .siteswitch li {
    margin: 0 25px;
  }
  .siteswitch-item img {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
}
