details {
    border: 1px solid #333;
    margin-bottom: 10px;
}

details summary {
    padding: 10px;
    background-color: #484848;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

details summary i {
    margin-right: 1em;
}

details ul {
    list-style: none;
    padding: 0;
}

details ul li {
    padding: 10px;
    background-color: #333333;
    margin-bottom: 10px;
}

details ul li a {
    text-decoration: none;
    font-weight: bold;
}