@layer utilities {
  @media print {
    .no-print {
      display: none;
    }

    a {
      color: inherit;
    }

    .table-scroll {
      overflow: visible;

      & :is(th, td):first-child {
        position: static;
      }
    }
  }
}
