/* Make table cells more compact everywhere in Unfold */
.unfold table td,
.unfold table th {
  @apply py-1 text-sm leading-tight; /* py-0.5 or py-0 for even tighter */
}

/* Optional: ensure no extra inter-row gap if border-separate is used */
.unfold table {
  @apply border-separate border-spacing-y-0; /* keep rows snug */
}
