/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import "tailwind.css";

@media print {
  nav,
  footer,
  #right-panel,
  #topbar-actions,
  .no-print {
    display: none !important;
  }

  body {
    background: #fff !important;
    color: #111 !important;
  }

  #main-content {
    padding: 0 !important;
  }

  a {
    color: #111 !important;
    text-decoration: none !important;
  }

  table {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }
}
