@page {
  margin: 1cm;
  counter-increment: page;
  counter-reset: page 1;
}

.no-print {
  display: none !important;
}

*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

body {
  width: 100%;
  margin: 0;
  float: none;
  color: #000 !important;
  background-color: #fff !important;
}
body *:not(svg) {
  color: #000 !important;
  height: auto !important;
  max-height: 100% !important;
  overflow: visible !important;
}

a {
  page-break-inside: avoid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
}

table,
pre {
  page-break-inside: avoid;
}

ul,
ol,
dl {
  page-break-before: avoid;
}
