.print-body {
  background: white;
  color: #122;
  font-family: Georgia, 'Times New Roman', serif;
  padding: 1.5rem;
}

.print-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #1a6b4a;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.print-header img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.print-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.25rem;
}

.print-meta td {
  padding: 0.35rem 0.5rem 0.35rem 0;
  vertical-align: top;
}

.print-actions {
  margin: 1rem 0 1.5rem;
  display: flex;
  gap: 0.5rem;
}

@media print {
  .print-actions,
  .no-print {
    display: none !important;
  }
  .print-body {
    padding: 0;
  }
}
