/* ==========================================================================
   Print Stylesheet
   ========================================================================== */

@media print {
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }

    .site-header,
    .fab,
    .cookie-banner,
    .nav-overlay,
    .no-print {
        display: none !important;
    }

    .hero {
        min-height: auto;
        background: none;
        color: #000;
    }

    .hero-overlay {
        display: none;
    }

    .hero-content h1,
    .hero-content p {
        color: #000;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    a[href^="tel:"]::after {
        content: " (" attr(href) ")";
        font-size: 0.9em;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .section {
        padding: 1em 0;
    }

    .site-footer {
        background: none;
        color: #000;
        border-top: 1px solid #ccc;
        padding-top: 1em;
    }

    .site-footer h4,
    .site-footer a,
    .site-footer p,
    .site-footer span {
        color: #000 !important;
    }
}
