#lyrics-summary-container {
    position: sticky;
    top: 0;
    min-height: unset;
}

#lyrics-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#lyrics-summary a {
    color: #fff;
    margin: 0 10px;
}
#lyrics-summary a:hover {
    text-decoration: underline;
}

#lyrics {
    margin-top: 40px;
}

#lyrics h3 {
    text-transform: capitalize;
    margin: 20px 0 0 0;
}

@media (max-width: 600px) {
    /* sur VM les strophes en/fr s'alternent, bg sur fr pour distinguer */
    #lyrics .wp-block-columns > .wp-block-column:nth-child(2n) {
        font-size: 1em;
        color: #998383;
    }

    #lyrics-summary-container {
        display: none;
    }
}
