.tab-link {
  color: #000;
  font-family: Geologica;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}

a.tab-link.active {
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

.tab-item {
  padding: 16px;
  flex: 0 0 auto;
}

.nav-tabs {
  --bs-nav-tabs-border-color: none;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  --webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .nav-tabs::-webkit-scrollbar {
    height: 3px;
  }
}

@media (max-width: 991.98px) {
  .nav-tabs::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 10px;
  }
}

