@page {
  margin: 1cm;
}
* {
  text-shadow: none !important;
  color: var(--black) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body {
  min-height: 10px;
}

a,
a:visited {
  text-decoration: underline;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

select {
  background: var(--white) !important;
}

.container {
  width: 100%;
}
