@media print {
    body {
        font-family: Arial, sans-serif;
        color: #000;
        background: #fff;
        margin: 1in;
        line-height: 1.5;
    }

    .container,.tw-container,section{
        width: 100% !important;
    }

    .no-print, header, footer, .sidebar, nav, .io-article-footer, .newsletter, .ea-article-featured-image,.ea-gat-slot-wrapper, .ea-article-footer-content, .ea-image-meta, .euractiv-article-action-buttons {
        display: none;
    }



    img {
        max-width: 100%;
        height: auto;
        page-break-inside: avoid;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }
}