/* public/css/print.css — Print-optimized styles */

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    font-family: "Georgia", serif;
    font-size: 12pt;
    line-height: 1.8;
    color: #000;
    background: #fff;
  }

  .lp-navbar,
  .lp-footer,
  .lp-sidebar,
  .lp-transpose-bar,
  .lp-copy-bar,
  .lp-view-mode-bar,
  .lp-btn,
  .lp-ad-block,
  #back-to-top,
  .lp-flash-messages,
  nav,
  aside {
    display: none !important;
  }

  .lp-print-header {
    border-bottom: 2pt solid #000;
    padding-bottom: 8pt;
    margin-bottom: 16pt;
  }

  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 14pt;
  }

  .lp-chord-token {
    font-family: "Courier New", monospace;
    font-weight: bold;
    color: #333;
  }

  .lp-lyrics-container {
    white-space: pre-wrap;
    font-family: "Courier New", monospace;
    font-size: 11pt;
    line-height: 2;
  }

  .page-break {
    page-break-before: always;
  }
  .no-break {
    page-break-inside: avoid;
  }

  a {
    color: #000;
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }

  .lp-print-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1pt solid #ccc;
    font-size: 9pt;
    color: #666;
    padding-top: 6pt;
  }
}
