header, nav, footer, .buttons, video, .image-source, .dark-mode-toggle {
    display: none !important;
}

body {
    font-family: "Times New Roman", serif !important;
    font-size: 12pt;
    line-height: 1.5;
    color: #000 !important;
    background: none !important;
    margin: 0;
    padding: 10mm;
}

img {
    max-width: 25% !important;
    height: auto !important;
    page-break-inside: avoid;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 10px 0 !important;
}

th, td {
    border: 1pt solid #ddd !important;
    padding: 3mm !important;
    text-align: left !important;
}

a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
    color: #666 !important;
}

article, .description-box {
    page-break-inside: avoid;
}

h1, h2, h3 {
    page-break-after: avoid;
}

.category-box a::after,
.category-box h3 a::after {
        content: "" !important;
        display: none !important; 
}