/* ═══════════════════════════════════════════════════════════════════════════
   AXEL DEV LIBRARY — Print Styles
   ═══════════════════════════════════════════════════════════════════════════ */

@media print {
  @page {
    margin: 1.5cm;
  }

  body {
    background: white;
    color: black;
    font-size: 11pt;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.6;
  }

  .adg-chrome,
  .adg-site-nav,
  .adg-tab-bar,
  .adg-filter-bar,
  .adg-download-bar,
  .adg-footer,
  .adg-dark-toggle,
  .adg-lang-toggle,
  .adg-sign-in,
  .adg-fr-banner,
  .adg-btn,
  .adg-pager {
    display: none !important;
  }

  .adg-site-header {
    border-bottom: 2px solid #1B2A5E;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .adg-site-title {
    font-size: 18pt;
  }

  a {
    text-decoration: none;
    color: black;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #666;
  }

  .adg-card {
    border: 1px solid #ccc;
    padding: 10px;
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
  }

  .adg-two-col {
    display: block;
  }

  .adg-sidebar {
    break-inside: avoid;
  }

  h1 { font-size: 20pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 14pt; }
  h4 { font-size: 12pt; }
}
