/* =========================================================
   amepa.fi — tulostustyylit (vain dokumenttisivut)
   ========================================================= */

/* --- Piilota navigointi ja koristeet --- */
.lang_select,
.site-logo,
.site-bottom-bar,
.footer-content,
.doc-header,
.doc-notice,
.doc-page > p:first-child,
.doc-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, .doc-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; }

/* --- Sivunvaihtojen hallinta --- */
p             { page-break-inside: avoid; orphans: 3; widows: 3; }
.title, strong { page-break-after: avoid; }

/* --- Linkit: ulkoiset URL näkyviin, sisäiset/ankkurit ei --- */
a[href]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
    word-break: break-all;
}

a[href^="#"]:after,
a[href^="?"]:after,
a[href=""]:after {
    content: "";
}