#almaden-content-protection-print-notice {
    display: none;
}

@media print {
    body > :not(#almaden-content-protection-print-notice) {
        display: none !important;
    }

    #almaden-content-protection-print-notice {
        position: fixed;
        inset: 0;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        padding: 3rem;
        background: #fff;
        color: #111827;
        font-family: "Urbanist", sans-serif;
        text-align: center;
    }

    #almaden-content-protection-print-notice strong {
        font-size: 1.5rem;
    }

    #almaden-content-protection-print-notice::before {
        content: "ALMADEN";
        position: absolute;
        inset: 42% 0 auto;
        color: rgba(17, 24, 39, 0.06);
        font-size: 5rem;
        font-weight: 800;
        letter-spacing: 0.28em;
        transform: rotate(-18deg);
    }

    #almaden-content-protection-print-notice span,
    #almaden-content-protection-print-notice em,
    #almaden-content-protection-print-notice small {
        display: block;
    }

    #almaden-content-protection-print-notice em {
        font-size: 0.78rem;
        font-style: normal;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }
}
