html {
    -webkit-print-color-adjust: exact;
}

@page {
    margin: 0;
}

@media print {
    body {
      width: 1280px;       /* Tablet width */
      margin: 0 auto;     /* Center on page */
    }
    
    html, body {
      zoom: 0.85;         /* Optional: scale to fit A4 */
    }
    
    @page {
      size: A4 portrait;  /* Or size: auto; for browser default */
      margin: 10mm;
    }
    footer {
        position: fixed;
        bottom: 0;
    }
    
    .layout-content-wrapper {
      background-color: white !important;
    }
}

.print-heading {
    font-size: 14pt;
}

.print-footer {
    font-size: 10pt;
}

header.layout-navbar {
    display: none;
}

footer.layout-footer > .footer-content-container > div:first-of-type {
    display: none !important;
}

aside.layout-vertical-nav {
    display: none;
}

.layout-content-wrapper {
    padding-inline-start: 0
}

.v-card {
    page-break-inside: avoid;
}

.butons-container, .no-print {
    display: none;
}
