@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font: 12pt/1.45 "Manrope", Arial, sans-serif;
    }

    header,
    footer,
    nav,
    .site-header,
    .site-footer,
    [data-nav-toggle],
    .ccc-hero-carousel__arrow,
    .ccc-hero-carousel__dots,
    .ccc-footer-pattern {
        display: none !important;
    }

    main,
    article,
    section {
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        transform: none !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
        page-break-inside: avoid;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
    }
}
