.ii-switcher fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.ii-switcher legend {
  color: #5b6b75;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px;
  font-size: 11px;
  padding: 8px 0 4px;
  margin-bottom: 0;
  border-bottom: none;
}
.ii-switcher .iicon {
  font-size: 20px;
}
.ii-switcher label {
  min-width: 42px;
  min-height: 25px;
  padding: 4px 0;
  background-color: #fff;
  color: #5b6b75;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
}
.ii-switcher label:focus-visible {
  outline-offset: -1px;
}
.ii-switcher span:first-of-type label {
  border-left-width: 3px;
  border-radius: 3px 0 0 3px;
}
.ii-switcher span:last-of-type label {
  border-right-width: 3px;
  border-radius: 0 3px 3px 0;
}
.ii-switcher input:checked + label {
  color: white;
  background-color: #5b6b75;
}
.ii-switcher input:hover + label {
  color: #ffffff;
  background-color: #5b6b75;
}
