/* Reusable helper and utility classes */
.no-wrap {
  white-space: nowrap;
}

.transition {
  transition: all 0.2s ease-in-out;
}

aside {
  overflow-y: auto;
}

table th,
table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

table tbody tr:hover {
  background-color: #f9fafb;
}

.overflow-x-auto {
  overflow-x: auto;
}