/* Print-friendly satirical certificates */
@media print {
  body {
    background: #fff !important;
    color: #111 !important;
    margin: 0;
  }

  .site-nav,
  .cert-actions,
  .no-print {
    display: none !important;
  }

  .cert-page {
    padding: 0;
  }

  .cert-frame {
    border: 3px double #8b6914 !important;
    box-shadow: none !important;
    page-break-inside: avoid;
  }

  a {
    color: #111 !important;
    text-decoration: none;
  }
}

.cert-actions {
  margin: 1.5rem 0;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cert-actions .btn-print {
  padding: 0.5rem 1rem;
  border: 1px solid var(--accent, #00e5c8);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.cert-actions .btn-print:hover {
  background: rgba(0, 229, 200, 0.12);
}
