
@media print {

    html,
    body,
    body * {
        max-height: none !important;
    }

    html,
    body {
        height: auto !important;
        overflow: visible !important;
    }

    main,
    article,
    section,
    div,
    .entry-content,
    .article-content,
    .post-content,
    .article-body {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        position: static !important;
        transform: none !important;
        contain: none !important;
        display: block !important;
    }

    p,
    li,
    span,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        white-space: normal !important;
    }

#login-content-id-pcd_login {
        display: none !important;
        visibility: hidden !important;
    }
}
