.tabs {
  width: min(980px, calc(100vw - 22px)) !important;
  grid-template-columns: repeat(6, minmax(118px, 1fr)) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}
.tabs .tab {
  min-width: 118px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  white-space: nowrap !important;
}
@media(max-width:760px){
  .tabs { justify-content: start; }
}
