/*********************
        List.
*********************/

#manual section {
    padding: 0 0 4em;
}

#manual section:first-child ul li {
    margin-bottom: 1em;
}

.dropdown {
    width: 500px;
    margin-bottom: 1em;
}

.dropdown article:first-child {
    color: white;
    display: flex;
    padding: .5px 1.5em;
    justify-content: space-between;
    background-color: var(--main-color);
}

.dropdown article:nth-child(2) {
    padding: 0 1.5em;
    border: 1px solid transparent;
    background-color: rgb(250, 250, 250);
}

/*********************
        Classes.
*********************/

.deactive {
    border-radius: 25px;
}

.active {
    border-radius: 25px 25px 0 0;
}