@media print {
  body > *:not(#execution-sheet-print) {
    display: none !important;
  }

  @page {
    size: A4;
    margin: 15mm;
  }

  body {
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1.4;
  }

  .execution-sheet {
    color: #000;
    background: #fff;
  }

  .es-header {
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .es-title {
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }

  .print-button {
    display: none !important;
  }
}

.execution-sheet {
  max-width: 210mm;
  margin: 0 auto;
  padding: 20px;
  background: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
