@page {
    margin: 1.5cm 1cm;
}

#page {
    margin: 0 0.5cm;
}

#main,
#content,
#primary,
#secondary,
.container > *,
.container > * {
    width: 100% !important;
    max-width: none !important;
}

.header-container,
.footer-container,
.sidebar,
.hidden-print,
.wp-block-spacer,
.wp-block-separator {
    display: none !important;
}

a, a:visited {
    text-decoration: underline;
}

#content a[href]:after {
    content: ' (' attr(href) ')';
}

#content abbr[title]:after {
    content: ' (' attr(title) ')';
}

a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
}

thead {
    display: table-header-group;
}

tr,
img {
    page-break-inside: avoid;
}

pre,
blockquote {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h3,
h4 {
    page-break-after: avoid;
}
