@media print {
    .o-is-sticky {
        display: none;
    }

    h2 {
        break-before: page;
    }

    header, 
    footer,
    .nospeech,
    .edac-highlight-panel,
    .skip-link,
    .gglobe,
    .ss_svg_speaker_icon_1,
    .ss_svg_speaker_icon_1 path,
    .printButton,
    .printButtonHeader,
    .printButton button,
    .notYourLocation,
    .rht_banner_wrapper,
    .rht_banner_txt,
    .rht_banner_lines,
    .rht_banner_hand,
    .rht_banner_close
    {
        display: none;
    }
}