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

@media print {
  @page {
    size: A4 landscape;
    margin: 12mm;
  }

  body {
    background: white !important;
    color: #111827 !important;
    font-size: 10pt;
  }

  body > div > div > div,
  .report-actions,
  .report-filter {
    display: none !important;
  }

  main {
    padding: 0 !important;
    margin: 0 !important;
  }

  main > div {
    padding: 0 !important;
  }

  .report-page {
    max-width: none !important;
  }

  .report-header {
    margin-bottom: 5mm !important;
    padding-bottom: 4mm !important;
  }

  .report-metric,
  .report-chart,
  .report-table {
    break-inside: avoid;
    box-shadow: none !important;
  }

  .report-table {
    break-before: auto;
  }

  .report-table table {
    font-size: 8pt;
  }

  .report-table th,
  .report-table td {
    padding: 5px 7px !important;
  }

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