/*
 * 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.
 */

/* Print Styles */
@media print {
  aside, header, nav, .no-print,
  [data-controller="sidebar"],
  [data-sidebar-target="backdrop"] {
    display: none !important;
  }

  main {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body, .flex.h-screen {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .shadow-sm, .shadow-lg, .shadow-xl {
    box-shadow: none !important;
  }

  .rounded-2xl, .rounded-xl {
    border-radius: 0 !important;
  }

  a { text-decoration: none !important; color: inherit !important; }

  table { page-break-inside: auto; }
  tr { page-break-inside: avoid; page-break-after: auto; }
}