section h2 {
    background-color: var(--neutral);
    border-bottom: none;
    color: var(--light);
    margin-bottom: 2rem;
    min-height: 40px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    text-align: left;
}
section h2:first-of-type {
     margin-top: 0;
}
section p {
     text-align: left;
     width: initial;
}
section ol,
section ul {
     padding-left: 1rem;
     margin: initial;
}
section ul {
     list-style-type: none;
}
section ul ul {
     margin-top: 1rem;
}
section li {
    padding-left: 1rem;
    line-height: 1.5;
    padding-bottom: 1rem;
}
/*section:has(.collapse) {
    width: 70%;
}*/
::marker {
    content: "\2606";
    color: var(--main);
    transition: .3s;
}
li:has(a):hover::marker {
    color: var(--neutral);
    content: "\2605";
}
li li::marker {
     content: "-";
}
td {
    padding: 0.5rem;
}
table {
    width: 92%;
    margin: 0 auto;
    border: 1px solid #ccc;
}
td:nth-of-type(2),
th:nth-of-type(2) {
     text-align: right;
}
th:first-of-type {
     text-align: left;
}
