@page {
  size: A4;
  margin: 15mm 20mm 20mm 25.4mm;
}
body { 
	margin: 0;
	background: #fff;
	font-family: var(--body-font);
	font-size: var(--h2-font-size);
	color: #000;  
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

.wrapper {
  width: 100%;
}

.header {
  width: 100%;
}

.header .logo {
  width: 100%;
}

.header .logo img {
  width: 100%;
}

.header .advertisement {
  width: 100%;
}

.header .advertisement img {
  width: 100%;
  height: 70px;
}

.wrapper .datearea {
  width: 100%; 
  height: 40px;
  background: linear-gradient(to right, #5367ff, #4060d9, #24559f, #114e77) !important;
}

.wrapper .datearea p {
  color: #fff; 
  text-align: center;
  line-height: 40px; 
}

.wrapper .screen-footer {
  display: none;
}

.wrapper .print-footer {
  display: block;
}