:host {
  --table-header-height: var(--us-header-height, var(--size-3xl));
  --table-header-bg-color: var(--us-table-header-bg-color, var(--color-neutral-100));
  --table-header-border-bottom: var(--us-table-header-border-bottom, none);
  --table-cell-height: var(--us-table-cell-height, var(--size-4xl));
  --table-cell-border-bottom: var(--us-table-cell-border-bottom, 1px solid var(--color-neutral-300));
  --table-cell-hover-bg-color: var(--us-table-cell-hover-bg-color, var(--color-neutral-200));
}