/* Tingler Advisory — print.css */
@media print {
    body {
        font-size: 12pt;
        color: #000 !important;
        background: #fff !important;
        background-image: none !important;
        font-family: Georgia, serif;
        display: block !important;
    }
    .ta-header, .ta-topbar, .ta-footer, .ta-back-to-top,
    .ta-sidebar, .ta-darkmode-toggle, .ta-mobile-trigger,
    .ta-hero, .ta-breadcrumbs-wrap { display: none !important; }
    .ta-main { padding: 0; flex: none; }
    .ta-col-8, .ta-col-12 { grid-column: span 12 !important; }
    a { color: #000; }
    a[href]::after { content: ' (' attr(href) ')'; font-size: 10pt; }
}
