@media screen {
    nav footer figure  {
        display: none;
    }
    p {
        font-size: 12px;
    }
    header, main, footer {
        font-size: 14px;
    }
    h1, h2, h3 {
        font-size: 14px;
    }
}

@media print {
    @page {
        size: auto;
        margin: 12mm;
    }

    html, body {
        margin: 0;
        padding: 0;
        background: #fff;
        color: #000;
        font-size: 10pt;
        line-height: 1.2;
    }

    header, nav, footer {
        display: none !important;
    }

    main {
        padding: 0;
    }

    .card {
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        margin: 0 0 1rem;
    }

    


    .hero,
    #equipment,
    #ingredients,
    .recipe-summary,
    #method,
    #storage {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    ul {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    h1 {
        font-size: 14pt;
        color: #000;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 13pt;
        color: #000;
        margin-bottom: 0.45rem;
    }

    h3 {
        font-size: 12pt;
        color: #000;
        margin-bottom: 0.35rem;
    }

    p, li {
        font-size: 9pt;
    }
}
