/* Ukryj elementy niepotrzebne przy drukowaniu */
nav, footer, .ads, .sidebar {
    display: none;
}

/* Dostosuj szerokość i marginesy dla treści */
body {
    font-size: 12pt;
    margin: 1cm;
    color: #000;
    background: #fff;
}

/* Stylizacja nagłówków i odnośników */
h1, h2, h3 {
    color: #000;
}
a {
    color: #000;
    text-decoration: underline;
}

a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
}
