.ux-tab-switcher.ux-button--icon-only ux-icon {
  margin-top: 50%;
  transform: translateY(-50%);
}
.ux-tab-switcher--no-border.ux-button--toggle, .ux-tab-switcher--no-border.ux-button:not(.ux-button--disabled) {
  border: 0;
}
.ux-tab-switcher--grey.ux-button {
  color: #131313;
}
.ux-tab-switcher--grey.ux-button--toggle-active {
  background-color: #eaecf1;
  color: #131313;
}
.ux-tab-switcher--grey.ux-button:not(active, .ux-button--disabled):hover {
  background-color: #eaecf1;
  color: #131313;
}
.ux-tab-switcher--link ux-icon {
  transform: translateY(-15%);
}