﻿@media print {
  @page {
    size: portrait;
    margin-right: 0cm;
    margin-left: 0cm;
    margin-top: 1cm;
    margin-bottom: 1cm;
    bleed: 0.25cm;
  }
  html:has(#print-dossier) :not(#case-file-title, i) {
    font-size: 0.75rem !important;
  }
  .rz-header {
    display: none;
  }
  img:not(#maps-image) {
    display: none;
  }
  .rz-layout:has(#print-dossier) {
    height: 100%;
    --rz-layout-background-color: white;
  }
  body:has(#print-dossier) {
    font-family: var(--rz-text-font-family);
    font-size: 0.75rem;
    line-height: var(--rz-body-line-height);
    width: 100%;
    height: 100%;
    margin: 0.5rem;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background-color: #fff;
  }
  #print-dossier {
    margin-top: 3rem;
  }
  .actions {
    break-inside: avoid;
  }
  .tab-title {
    break-after: avoid;
  }
  .timeline-item {
    page-break-inside: avoid;
  }
}
#print-dossier hr {
  color: #f60;
  margin-bottom: 0;
  margin-top: -2rem;
  break-after: avoid;
}
#print-dossier .tab-title {
  color: #f60;
  margin: 0;
}
