.ListPageSegmentTabs_wrap__esEXN {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid var(--primary-alpha-10);
}
@media (max-width: 768px) {
  .ListPageSegmentTabs_wrap__esEXN {
    gap: 16px;
  }
}
.ListPageSegmentTabs_tab__hNpdu {
  position: relative;
  margin: 0;
  padding: 4px 0 8px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.ListPageSegmentTabs_tab__hNpdu::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--primary-color);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.ListPageSegmentTabs_tab__hNpdu:hover {
  color: var(--text-primary);
}
.ListPageSegmentTabs_tab__hNpdu:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}
.ListPageSegmentTabs_tabActive__ft3aQ {
  color: var(--text-primary);
  font-weight: 600;
}
.ListPageSegmentTabs_tabActive__ft3aQ::after {
  opacity: 1;
  transform: scaleX(1);
}

