details
{
    margin-top: 1rem;
    margin-bottom: 1rem;

    border: 1px solid #ceced8;
}

details > .details-wrapper
{
    padding: .5em 1.5em;
}

summary
{
    padding: .2em .5em;

    cursor: pointer;
}
