@media print {
  .site-header,
  .site-footer,
  .sidebar,
  .toolbar,
  .search-bar,
  .form-actions,
  .selection-bar,
  .breadcrumb,
  .btn,
  .pagination { display: none !important; }

  body { font-size: 11pt; color: #000; }
  .page-single, .main-content { padding: 0; }

  .record-form {
    display: block;
  }
  .record-images-col {
    display: flex;
    flex-direction: row;
    gap: 12pt;
    margin-top: 16pt;
  }
  .image-slot img {
    max-height: 120pt;
    width: auto;
  }

  .field-group label {
    font-weight: bold;
    font-size: 8pt;
    color: #555;
  }
  .field-group input,
  .field-group textarea {
    border: none;
    padding: 0;
    font-size: 11pt;
  }
  .tag {
    border: 1px solid #ccc;
    background: none;
    color: #000;
  }
  .page-title {
    border-bottom: 2pt solid #8b1a1a;
    font-size: 16pt;
  }
  .form-section { font-size: 11pt; }
}
