@media print { 
    #wpadminbar, .navbar, #colophon, .col-12.estilo-sidebar-content, iframe, .wp-block-file, .d-flex.gap-3.mb-5, .speaker-image { display:none !important; } 
    .talk-metadata, h6, .h6 { display: block !important; }
    @page { margin: 2cm !important; }
    body, p { font-size: 12pt !important; }
    h1 { font-size: 21pt !important; }
    h2 { font-size: 18pt !important; }
    h3 { font-size: 15pt !important; }
    h4 { font-size: 13pt !important; }
    h5 { font-size: 12pt !important; }
    h6 { font-size: 11pt !important; }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6  { color: #000 !important; font-weight: bold !important; }
    .d-flex { display: block !important;}
    .ps-5 { padding-left: 0 !important; }
    .border-start { border: none !important }
    .lead img { margin: 1cm 0 1cm 0; }
}