<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}</pre></body></html>