@layer components {
  .table-scroll { overflow-x: auto; margin-block: 1.5rem 3rem; }

  .table-scroll table {
    border-collapse: collapse;
    inline-size: 100%;
    font-size: 0.875rem;
  }

  .table-scroll th,
  .table-scroll td {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-block-end: 1px solid var(--card-border);
    vertical-align: top;
  }

  .table-scroll thead th {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--quiet);
  }

  .table-scroll tbody th {
    font-weight: 600;
    white-space: nowrap;
  }
}
