/* only gets loaded on media print */
@page {
  size: A4;
}

html, body {
  height: initial !important;
  overflow: initial !important;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

#team-info-title-divider {
  display: none;
}

@media print {
  .pdf-first-page {
    height: 970px !important;
    width: 100% !important;
    break-after: always;
  }

  .key-info-file-container.print-mode {
    max-height: 900px;
    overflow: hidden;
  }
}
