/* =============================================
   Plataforma AP — Impresión
   ============================================= */
@media print {
  body { background: white; }
  .nav,
  .nav-tabs,
  .cert-top,
  .cert-actions-bottom { display: none !important; }
  .cert-wrap { background: white; padding: 0; }
  .cert-doc { box-shadow: none; border: none; max-width: 100%; }
}
