/* Songbook page styles */
.songbook-container { max-width: 760px; margin: 0 auto; font-size: 1rem; line-height: 1.45; }
.songbook-container img { max-width: 100%; height: auto; }
details { cursor: pointer; }
details[open] { background: #f8f9fa; }
summary { outline: none; }
.song-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #301f00;
}
.song-body { padding-left: 0.5rem; margin-top: 0.5rem; font-size: 0.98rem; }
.song-body p { margin-bottom: 0.25rem; }
.song-body { white-space: pre-line; }
.stanza { height: .4rem; }
@media (max-width: 576px) {
    .songbook-container { padding-left: .5rem; padding-right: .5rem; font-size: 0.98rem; }
    .song-title { font-size: 1.05rem; }
    h1 { font-size: 1.25rem; }
}

/* print-friendly adjustments */
@media print {
    .songbook-container { max-width: 100%; }
    .song-title { color: #000; }
}
