/* Lyric pages — additional styles (base comes from ../style.css) */

h2 { color: #f0f0f0; font-size: 1.4rem; margin: 0 0 1.5rem; }

.back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: #888;
}
.back:hover { color: #ff8c3a; text-decoration: none; }

.lyrics { white-space: pre-wrap; font-size: 0.95rem; line-height: 1.8; }
