/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Свой текст + аккорды (client-only лист-шит) */
.byo-sheet .byo-line { margin-bottom: 0.5rem; }
.byo-sheet .byo-chords { font-weight: 700; white-space: pre; opacity: 0.85; min-height: 1em; }
.byo-sheet .byo-text { white-space: pre-wrap; }

/* Печать/Save-as-PDF: показываем ТОЛЬКО лист-шит (.byo-print) */
@media print {
  body * { visibility: hidden; }
  .byo-print, .byo-print * { visibility: visible; }
  .byo-print { position: absolute; left: 0; top: 0; width: 100%; }
}
