@media print {
  body {
    background: #fff !important;
  }

  .gc-dep-wrap > *:not(#gc-dep-print-area) {
    display: none !important;
  }

  #gc-dep-print-area {
    display: block !important;
    padding: 0;
  }

  .gc-dep-print-sheet {
    font-family: inherit;
    color: #0f172a;
  }

  .gc-dep-print-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .gc-dep-print-header h1 {
    margin: 0;
    font-size: 22px;
  }

  .gc-dep-print-grid {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }

  .gc-dep-print-box {
    border: 1px solid #d9e2ec;
    border-radius: 12px;
    padding: 10px;
  }

  .gc-dep-print-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
  }

  .gc-dep-print-footer img {
    display: block;
    margin: 8px auto 0;
    max-width: 140px;
  }
}
