.song h1 {
    font-size: 2rem;
    margin-bottom: 0;
}
.lyrics {
    font-size: 1.2rem;
    max-width: 45em;
}

.sidenote-marker {
    cursor: pointer;
    font-size: 0.8rem;
    vertical-align: super;
    color: #c46a3b;
    margin-left: 0.1rem;
}
.sidenote-content {
    display: inline-block;
    background: #f0ece4;
    padding: 0.2rem 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    border-radius: 8px;
}
@media (min-width: 800px) {
    .lyrics {
        position: relative;
    }
    .sidenote-marker {
        cursor: default;
    }
    .sidenote-content {
        position: absolute;
        left: 100%;
        width: 250px;
        margin-left: 2rem;
        background: #f0ece4;
        padding: 0.5rem;
        font-size: 0.85rem;
        line-height: 1.4;
        border-left: 3px solid #c46a3b;
        margin-top: -1.5rem;
    }
}
@media (max-width: 800px) {
    .sidenote-content {
        display: block;
        margin: 0.5rem 0;
    }
}
.song-links {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
.song-links a {
    margin-right: 1.5rem;
    color: #c46a3b;
    text-decoration: none;
}
.liner-notes {
    margin: 1rem 0 1.5rem 0;
    border-left: 3px solid #c46a3b;
    padding-left: 1rem;
}
.liner-notes summary {
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    font-weight: normal;
    margin-bottom: 0.25rem;
}
.liner-notes[open] summary {
    margin-bottom: 0.5rem;
}
.liner-notes p:first-child {
    margin-top: 0;
}
.liner-notes p:last-child {
    margin-bottom: 0;
}
.meta {
    font-size: 1.2rem;
    color: #5a4e42;
    margin: 0.25rem 0;
}
