/* Preserve the layout for Divi rows and columns */ .et_pb_row { display: flex !important; flex-wrap: nowrap !important; } .et_pb_column { flex: 1 !important; max-width: 100% !important; box-sizing: border-box; display: block !important; padding: 10px; /* Adjust the padding value as needed */ } /* Add margin to the page */ body { margin: 20mm; /* Adjust the margin value as needed */ color: #000 !important; /* Ensure text is printed in black */ background: none !important; /* Remove background colors/images */ }