.satp-print-btn {
  font-family: 'Cinzel', serif;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--panel);
  color: var(--gold-dim);
  border: 1px solid var(--rim);
  padding: 5px 12px;
  cursor: pointer;
}
.satp-print-btn:hover { color: var(--gold); }

.satp-print-heading { display: none; }

@media print {
  body { background: #fff !important; color: #000 !important; }

  .custom-topbar, #header, #logo, .header-columns,
  .charsheet-tabs, .satp-print-btn,
  .charsheet-linked, #footer, .footer,
  .satp-beziehungen-form, .satp-beziehungen-delete,
  .charsheet-meta, .charsheet-userstats, .contact_details,
  .buddy_options, .ignore_options, .report_options,
  .postbit_controls, .modoptions, .adminoptions {
    display: none !important;
  }

  .charsheet-left { display: none !important; }
  .charsheet-right { width: 100% !important; }

  .charsheet-image img {
    max-width: 150px !important;
    max-height: 150px !important;
    border: 1px solid #000 !important;
  }

  .charsheet-tabpanel {
    display: block !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    margin-bottom: 14px !important;
    page-break-inside: avoid;
  }

  .satp-print-heading {
    display: block !important;
    color: #000 !important;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }

  .charsheet-name strong, .charsheet-title,
  .charsheet-label, .charsheet-value,
  .charsheet-field-full p, .charsheet-quote {
    color: #000 !important;
  }
}
.satp-print-btn {
  font-family: 'Cinzel', serif;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--panel);
  color: var(--gold-dim);
  border: 1px solid var(--rim);
  padding: 5px 12px;
  cursor: pointer;
}
.satp-print-btn:hover { color: var(--gold); }

.satp-print-heading { display: none; }

@media print {
  body { background: #fff !important; color: #000 !important; }

  .custom-topbar, #header, #logo, .header-columns,
  .charsheet-tabs, .satp-print-btn,
  .charsheet-linked, #footer, .footer,
  .satp-beziehungen-form, .satp-beziehungen-delete,
  .charsheet-meta, .charsheet-userstats, .contact_details,
  .buddy_options, .ignore_options, .report_options,
  .postbit_controls, .modoptions, .adminoptions {
    display: none !important;
  }

  .charsheet-left { display: none !important; }
  .charsheet-right { width: 100% !important; }

  .charsheet-image img {
    max-width: 150px !important;
    max-height: 150px !important;
    border: 1px solid #000 !important;
  }

  .charsheet-tabpanel {
    display: block !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    margin-bottom: 14px !important;
    page-break-inside: avoid;
  }

  .satp-print-heading {
    display: block !important;
    color: #000 !important;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    margin-bottom: 10px;
  }

  .charsheet-name strong, .charsheet-title,
  .charsheet-label, .charsheet-value,
  .charsheet-field-full p, .charsheet-quote {
    color: #000 !important;
  }
}