@page {
    margin: 0mm;  /* this affects the margin in the printer settings */
}

body {
    background-color: #f5f3ea!important;
    margin: 0;  /* this affects the margin on the content before sending to printer */
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

@media print {
    .no-print {
        display: none;
    }

    .always-print {
        display: initial!important;
    }

    .expand-text-when-print {
        -webkit-line-clamp: unset!important;
    }
}