/* Certificate print: hide app chrome, white background, centered certificate */
@media print {
  body { background: #fff !important; color: #111 !important; }
  .top-bar, .no-print, #presenterCard { display: none !important; }
  #pageView { display: none !important; }
  #certificate {
    display: block !important;
    background: #fff !important;
    border: 6px double #8a6d1f; border-radius: 12px;
    padding: 40px; margin: 0 auto; max-width: 700px;
    text-align: center; font-family: Georgia, serif;
  }
  #certificate h1 { color: #8a6d1f; }
}
