@media print {
    #site-header {
        display: none;
    }

    #site-header #menu-toggle {
        display: none;
    }

    .entry-meta #toc-list {
        display: none !important;
    }

    .phone-button {
        display: none !important;
    }

    .green-share-button {
        display: none !important;
    }

    iframe {
        display: none !important;
    }

    .wp-block-embed {
        display: none !important;
    }

    .print-button {
        display: none !important;
    }

    #site-footer {
        display: none !important;
    }

    h1.scaled-h1 {
        margin: 0rem 0 1rem 0;
    }

    #page-wrapper {
        padding-top: 0px;
    }

    .entry-header {
        display: none !important;
    }

    .wpml-ls {
        display: none !important;
    }

    .comment-wrapper {
        display: none !important;
    }

    .single-resources {
        display: none !important;
    }

    .mb-1, .mb-2, .mb-3, .mb-4, .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-1, .mt-2, .mt-3, .mt-4, .mt-5 {
        margin-top: 1rem !important;
    }
 }