@media print {

    @page {
        margin-top: 10.5mm;
        margin-bottom: 0mm;
        margin-left: 15mm;
        margin-right: 0mm;
    }
    body { 
        background-image:url(../images/report02.svg)!important;
        background-size: 210mm 286.5mm!important; 
        -webkit-print-color-adjust: exact !important;   
        print-color-adjust: exact !important;           
        padding-left: 10mm;
        padding-bottom: 10mm;
        padding-right: 10mm;
    } 

    hr, 
    #wpadminbar,
    #thinheader,
    .elementor-location-header,
    .elementor-location-footer,
    .otgs-development-site-front-end,
    .no-print
    {
        display: none!important;
    }

    #main-content {
        float:none;
        margin:0px;
        overflow:auto;
        padding:0;
        width:100%;
        color: #424749;

    }
    h1, h3 {
        text-align: center;
        border-bottom:none!important;
    }
    .audit-section {
        clear: both;
        page-break-after: always;
    }
    
    a[href]:after {
        content: none !important;
      }
    /* Audit report */
    .section-description,
    .report-info {
        background-color: #3D7681!important;
        color: #f4f4f4!important;
    }
    .report-info p,
    .report-info strong {
        color: #f4f4f4!important;
    }
    .section-description, 
    .section-resume,
    .break-avoid {
        page-break-inside: avoid;
    }

    .pluses-block h5 i,
    .minuses-block h5 i {
        color: #f4f4f4!important;
        background-color: rgba(137,199,18,1)!important;
        border-radius: 3px;
    }
    .minuses-block h5 i{
        background-color: #921515!important;
    }
    ul.report-screenshorts {
        border: 1px solid #768c92!important;
        border-radius: 3px;
    }
    .report-screenshort-caption {
        text-align: center;
    }
    .section-resume {
        background: #DFEDF0!important;
        border-radius: 3px;
        border: 1px solid #768c92!important;
    }
    
    .plus-minus-block {
    display: table-row;
    width:100%;
    margin: 0!important;
    
    }

    .two-thirds {
        width: 70%;
        display: table-cell;
        vertical-align: top;
        margin: 0!important;
    }
    .one-third {
        width: 30%;
        display: table-cell;
        vertical-align: top;
        margin: 0!important;
    }

    thead.print-only {
        display: table-header-group;
    }

    thead.print-only tr.wborder {
        border-bottom: 1px solid var(--e-global-color-accent)!important;
    }
    
    tfoot.print-only {
        display: table-footer-group;
        position: fixed;
        bottom: 0;
        border-bottom: 1px solid var(--e-global-color-accent)!important;
    }

    thead.print-only td,
    tfoot.print-only td {
        padding: 5px;
        vertical-align: middle;
    }
    td.right {
        text-align: right;
    }
    td.small {
        font-size: 12px;
    }
    .print-vital-promotion.print-only {
        display: block;
        background-image: linear-gradient(135deg,rgba(223,237,240,1) 0%, rgba(255,255,255,1) 100%)!important;
        padding: 20px;
        border-radius: 3px;
        border: 3px solid var(--e-global-color-accent);
    }
    .action-list-item {
        background: var(--elementor-color-pale)!important;
    }
}