@media print {
  .no-print,
  .site-header,
  .site-footer,
  .preview-actions {
    display: none !important;
  }
  body {
    background: white !important;
  }
  .preview-shell {
    padding: 0 !important;
    background: white !important;
  }
  .resume-page {
    box-shadow: none !important;
    width: 210mm;
    min-height: 297mm;
    margin: 0 !important;
  }
  @page {
    size: A4;
    margin: 0;
  }
}

