@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

#song-list p {
    font-family: 'Noto Sans TC' !important;
}
#song-list p span {
    font-family: 'Noto Sans TC' !important;
}
#song-list .song {
    padding: 20px;
}
#song-list .song:nth-child(odd) {
    background-color: gainsboro;
}
.pw-edit-buttons {
    display: none !important;
}
.text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
}
@media (max-width: 476px) {
    .text-wrapper {
        display: block
    }
}