.custom-tab {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 700 !important;
  padding: 4px 8px !important;
  min-height: 34px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.custom-tab--selected {
  font-weight: 700 !important;
}

/* Keep tab header click targets above any tab content overflow. */
#main-tabs .tab-container {
  position: relative;
  z-index: 20;
}
