details h3 {
    margin-bottom: 1rem;
}

details a {
    color: var(--color-dark-blue);
    font-weight: bold;
}

details ul,
details ol {
    list-style: revert;
    list-style-position: inside;
    margin-bottom: 1rem;
}


details li>ul {
    margin-left: 1rem;
}
