/* Hidden class for toggling visibility */
.hidden {
  display: none;
}

/* Table utility classes (CSP-compliant alternatives to inline styles) */
.text-center {
  text-align: center;
}

.w-40 {
  width: 40px;
}

/* Header layout utilities */
.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}
