﻿@page {
    size: A4 landscape;
    margin: 16mm;
}

@media print {
    html, body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background: #fff !important;
        color: #111 !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 80% !important;
    }

    body {
        transform: scale(0.9);
        transform-origin: top left;
    }

    .toolbar {
        display: none !important;
    }

    .sheet {
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .certificate {
        background: #fff !important;
        color: #111 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .foil-corner,
    .watermark-text {
        display: none !important;
    }

    .panel {
        background: none !important;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }

    .meta .item {
        background: none !important;
        border: 1px dashed #bbb !important;
    }
    
    .title {
        color: #111 !important;
        background: none !important;
        text-shadow: none !important;
    }

    .subtitle,
    .course,
    .desc,
    .course-name,
    .meta .k,
    .meta .v,
    .brand-name,
    .ribbon,
    .sig-label,
    .recipient-name,
    .sig-handwrite {
        color: #111 !important;
        text-shadow: none !important;
        filter: none !important;
    }

    .brand img {
        filter: none !important;
    }

    .sig-line {
        background: linear-gradient(90deg, transparent, #333, transparent) !important;
    }

    .seal {
        background: none !important;
        color: #111 !important;
        border: 2px solid #111 !important;
        box-shadow: none !important;
    }

        .seal .seal-top,
        .seal .seal-mid,
        .seal .seal-year {
            color: #111 !important;
            opacity: 1 !important;
        }

    a[href]:after {
        content: "" !important;
    }

    .title {
        font-size: 20pt !important;
    }

    .recipient-name {
        font-size: 31pt !important;
    }

    .course-name {
        font-size: 18pt !important;
    }

    .copyright {
        display: none !important;
    }

    .sig-handwrite {
        font-size: 12pt !important;
    }

    .certificate {
        width: 100% !important;
        text-align: center !important;
    }
}