:is(.cell-ax9SO1, .byline-relation-cell) {
  min-width: 0;
  color: var(--gray-700);
  font-size: var(--font-size-sm);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

:is(.cell-center-DhmZOy, .byline-relation-cell-center) {
  text-align: center;
}

:is(.cell-right-GKn6SW, .byline-relation-cell-right) {
  text-align: right;
}

:is(:is([data-theme="dark"], .dark) .cell-ax9SO1, :is([data-theme="dark"], .dark) .byline-relation-cell) {
  color: var(--gray-100);
}

