/* Print styles — content.easypresta.es */
@media print {
  .epb-topbar, .epb-header, .epb-footer, .epb-sidebar,
  .epb-breadcrumb-wrap, .epb-above, .epb-below,
  .epb-menu-toggle, .epb-skiplink,
  .epb-mod-cta, .epb-comment-form, .epb-pag,
  #system-message-container {
    display: none !important;
  }
  body { background: #fff !important; color: #000 !important; }
  .epb-main { padding: 0 !important; }
  .epb-container { max-width: 100% !important; padding: 0 !important; }
  .epb-content h1, .epb-article h1 { font-size: 24pt; color: #000 !important; }
  .epb-content h2 { font-size: 16pt; }
  .epb-content p, .epb-prose p { font-size: 11pt; line-height: 1.5; }
  .epb-prose pre, .epb-content pre {
    background: #f4f4f4 !important;
    color: #000 !important;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }
  a { color: #000 !important; text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }
}
