/* inc/print.css */

/* Piilota kaikki paitsi itse legal-teksti */
.lang_select,
.site-logo,
.site-bottom-bar,
.footer-content,
.legal-header,
.print-hint,
.legal-page > p:first-child,
.legal-page > p:last-child {
    display: none !important;
}

/* Resetoi taustat ja layout */
html, body {
    background: white !important;
    color: black !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10.5pt;
    line-height: 1.45;
    letter-spacing: normal;
}

.background, .center, .mainblock, .box, .legal-page {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
}

/* Sivun marginaalit */
@page { margin: 2cm 1.8cm; }

/* Pidä pykälät koossa */
p { page-break-inside: avoid; orphans: 3; widows: 3; }
.title, strong { page-break-after: avoid; }

/* Linkit: ulkoiset näytetään, sisäiset/sivuttaiset eivät */
a[href]:after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; word-break: break-all; }
a[href^="#"]:after,
a[href^="?"]:after,
