@media print {
  @page {
    size: 1024px auto;
    margin: 1cm;
  }
  body {
    width: 1024px;
    margin: 0 auto;
  }
  .btn-form {
    display: none;
  }
  /* Ensure all content fits within the specified width */
  html, body {
    overflow: hidden;
  }
}