:root {
  --bs-body-font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 24px;
  /* color: oklch(0.13 0.028 261.692); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}

table {
  font-size: 14px;
  line-height: 20px;
  color: oklch(0.278 0.033 256.848);
}

table th {
  font-size: 12px;
  color: oklch(0.373 0.034 259.733);
  /* background-color: oklch(98.5% .002 247.839) !important; */
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  /* Approximate padding matching typical admin tables */
  border-bottom: 1px solid #e5e7eb;
}

table td {
  font-size: 14px;
  color: oklch(0.278 0.033 256.848);
  padding: 0.75rem;
  /* Approximate padding */
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
}

.sort-indicator {
  font-size: 0.75em;
  margin-left: 0.25rem;
  color: #9ca3af;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    /* Height of the sticky header */
    height: calc(100vh - 3rem);
    overflow-y: auto;
    z-index: 1000;
  }
}