@page {
    size: A4;
    margin: 20mm;
}

body {
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}

p {
    widows: 2;
    orphans: 2;
}

.page-break {
    page-break-before: always;
}

/* Ensure long content spans multiple pages */
div {
    page-break-inside: avoid;
}
