@media print {
    body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        color: black !important;
        background: #fff;
        margin: 20px;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    h4 {
        text-align: center;
        font-size: 16pt;
        margin-bottom: 20px;
    }

    p {
        margin: 6px 0;
        line-height: 1.4;
        text-align: justify;
    }

    .recurso-box {
        padding: 10px;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .argumentacao-box {
        border: 1px dashed #555;
        padding: 8px;
        margin-top: 5px;
        background: #f9f9f9;
    }

    strong {
        font-weight: bold;
    }

    h1 {
        font-weight: 600;
        color: black;
        margin-bottom: 1.5rem;
    }
}
