/* ???: Where is this used?! */

.s-abbr-list ul,
.abbr-list ul {
    padding-left: 0; /* overwrite browser */
    list-style-type: none;
    font-weight: var(--medium);
}
.s-abbr-list li,
.abbr-list li {
    margin-bottom: 2rem;
}
.s-abbr-list abbr,
.s-abbr-list span.abbr,
.abbr-list abbr,
.abbr-list span.abbr {
    color: var(--global-color-secondary--normal);
    font-weight: var(--bold);
}
