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


  /* Specific margins for different sides */
  @page {
    margin-top: 0in;
    margin-bottom: 0.75in;
    margin-left: 0.5in;
    margin-right: 0.5in;
  }
  a::after {
    content: " (" attr(href) ")";
  }
  .print-mode header,
  .print-mode footer,
  .print-mode nav,
  .print-mode .skipLink {
    display: none !important;
  }
  
  .print-mode body {
    background: white !important;
    color: black !important;

  }
  
  .print-mode .card-container {
    box-shadow: none !important;
    border: none !important;
  }

  .print-mode .heading-1 {
    font-size: 1.5rem !important;
    margin: 0 !important;
  }

  .print-mode .heading-ui {
    font-size: 1rem !important;
    margin: 0 0 0.5rem 0 !important;
  }

  
}