.print-only {
  display: none; }

@media print {
  .noprint {
    display: none !important; }
  .print-only {
    display: block !important; }
  table {
    width: 100% !important;
    max-width: none !important; }
  h1, h2, h3, h4,
  article {
    font-size: 18pt !important;
    /* Adjust the font size as desired */ }
  p, table, li {
    font-size: 14pt !important;
    /* Body font size as well should be a little larger */ }
  .printed-header {
    text-align: left;
    font-size: 12pt;
    color: black;
    font-family: "Courier New", monospace; }
  .ingredients-table {
    margin: 0 0 0 0; }
  .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .col {
    width: 100% !important;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    max-width: none !important; }
  .mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
