.tab-switcher {
  display: flex;
  flex-flow: row nowrap;
}
.tab-switcher li {
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
}
.tab-switcher [data-tab-handle] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-switcher [data-tab-handle].active {
  border-bottom: 6px solid #f40062;
}

.tabs .tab:not(.active) {
  display: none;
}