.compact-table table th,
.compact-table table td {
  padding: 0.25em 0.3em;
  font-size: 0.83em;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: break-word;
}

/* Background for sticky header row (prevents content bleed-through when JS translateY kicks in) */
.compact-table table thead th {
  background-color: var(--md-default-bg-color);
}
