/* ============================================================================= */
/* REPOSITORY TABS - Browse page navigation tabs */
/* ============================================================================= */

/* Tabs and Toolbar Container */
.repo-tabs-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 1rem; /* Space between tabs and main content */
  border-bottom: 1px solid var(--color-border-default);
}

/* Navigation Tabs Container */
.repo-tabs-toolbar .scitex-tabs {
  border-bottom: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
