@media print {
    @page {
        size: A4 portrait;
        margin-top: 2cm;
        margin-left: 2cm;
        margin-right: 2cm;
        margin-bottom: 2cm;
    }

    .recital {
        break-after: avoid;
    }
}

html, body {
    font-size: 8pt;
}

h1, h2, h3, h4, h5, h6 {
    break-after: avoid;
    font-family: 'Merriweather', Calibri, serif !important;
}

h3:not(.header-abstract h3), h2:not(.header-abstract h2) {
    margin: 1.6em 0 1.4em 0 !important;
}

table, figure, ul {
    break-inside: avoid;
}

p {
    break-before: avoid;
}

p, ul, div {
    orphans: 4;
    widows: 4;
}

.banner {
    display: none;
}

.relative.flex.gap-tiny.items-center.bg-white.p-1.rounded-\[20px\].shadow-sm-border {
    box-shadow: none;
    padding: 0;
}

.relative.flex.gap-tiny.items-center.bg-white.p-1.rounded-\[20px\].shadow-sm-border > div {
    display: none;
}

main {
    padding: 0;
}

.header-abstract, article {
    max-width: initial !important;
}