.list-indent {
    margin-left: 2em;
}

.sidebar-header {
    margin-bottom: 2em;
    text-align: left;
}

.sidebar-header img {
    height: 3em;
}

aside section footer {
    text-align: left;
}
.db-status__statistics{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    /*gap: 8px 16px;*/
    column-gap: 0.5em;
    align-items: start;

    margin-bottom: 1em;
}

.db-status__statistics > :nth-child(2n) {
    font-weight: 700;
}

.then {
    display: block;
}

.then::before {
    content: "\2192";
    margin-right: .2em;
}
