.secondary-header-light {
  @apply bg-white border-b border-gray-200 print:hidden;
}

.secondary-header-dark {
  @apply bg-gray-800 border-b border-gray-700 print:hidden;
}

.secondary-header-themed {
  @apply print:hidden;
}