/* _content/Vocals/Pages/Songs.cshtml.rz.scp.css */
/* _content/Vocals/Pages/Voices.cshtml.rz.scp.css */
[b-7fcu9qmqgg] ul, #myUL[b-7fcu9qmqgg] {
    list-style-type: none;
    padding-inline-start: 1.5em;
}

/* Remove margins and padding from the parent ul */
#myUL[b-7fcu9qmqgg] {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
[b-7fcu9qmqgg] .caret {
    cursor: pointer;
}

/* Create the caret/arrow with a unicode, and style it */
[b-7fcu9qmqgg] .caret::before {
    content: "\229F";
    color: black;
    display: inline-block;
    margin-right: 0.4em;
}

/* Create the caret/arrow with a unicode, and style it */
[b-7fcu9qmqgg] .no-caret::before {
    content: "\229F";
    color: black;
    display: inline-block;
    margin-right: 0.4em;
    visibility: hidden;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
[b-7fcu9qmqgg] .caret-down::before {
    content: "\229E";
}

/* Hide the nested list */
[b-7fcu9qmqgg] .nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
[b-7fcu9qmqgg] .active {
    display: block;
}
