/* Print Styles */
@media print {
    .site-header,
    .site-footer,
    .flash-messages,
    .will-preview-actions,
    .will-progress,
    .step-nav,
    .form-actions,
    .cookie-banner,
    .skip-link,
    .btn,
    nav {
        display: none !important;
    }

    body {
        font-family: 'Times New Roman', Times, Georgia, serif;
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
        background: #fff;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .will-document {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    @page {
        margin: 2.5cm;
    }
}
