/* ===================================
   Estilos de impresión
   =================================== */

@media print {
    .site-header,
    .sidebar,
    .sidebar-overlay,
    .article-toc,
    .related-articles,
    .btn-icon,
    .site-footer,
    .search-wrapper,
    .mobile-menu-toggle { display: none !important; }

    .layout-with-sidebar .main-content { margin-left: 0 !important; }

    body { font-size: 12pt; line-height: 1.6; color: #000; }

    .article-title { font-size: 20pt; }
    .article-body h2 { font-size: 16pt; border-bottom: 1px solid #ccc; }
    .article-body h3 { font-size: 13pt; }

    a { color: #000; text-decoration: underline; }
    a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
    a.anchor-link::after { content: none; }

    .callout { break-inside: avoid; border: 1px solid #ccc; }
    .badge { border: 1px solid #ccc; }

    .breadcrumbs a::after { content: none; }
}
