@media print {
  @page {
    size: A4;
    margin: 12mm 10mm;
  }

  .no-print { display: none !important; }
  /* 発行元の選択UIは編集専用。印刷には会社情報だけを残す。 */
  .invoice-direct-issuer > label,
  .invoice-direct-issuer > select { display: none !important; }

  body, .view, .sheet-scroll { background: #ffffff !important; }

  .view {
    padding: 0 !important;
    max-width: none !important;
  }

  .sheet {
    box-shadow: none !important;
    width: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    color: #000000 !important;
  }

  .sheet * {
    color: inherit;
  }

  .print-only { display: block !important; }
}

.print-only { display: none; }
