1.toc-cs ul {
2    list-style: none;
3}
4.toc-cs > ul {
5    padding-left: 0;
6}
7
8.toc-cs li {
9    padding-left: initial;
10}
11
12/*Interactive elements like buttons and links should be large enough (48x48px)*/
13.toc-cs a {
14    display: inline-block;
15    padding-top: 0.375rem;
16    padding-bottom: 0.375rem;
17    font-size: 1rem;
18    line-height: 1.8;
19}
20
21.toc-cs a:not(:hover) {
22    text-decoration: none;
23}
24
25.toc-cs .toc-header-cs {
26    margin-top: 0.5rem;
27    margin-bottom: 0.5rem;
28    text-decoration: underline;
29    text-underline-offset: 0.4rem;
30    font-size: 1rem;
31    font-weight: 500;
32}
33