#editors-page > div {
    min-height: calc(calc(var(--vh) * 100) - calc(calc(var(--header_m) + 2rem)) * 2);
}

#editors-page .editors_p-group:not(:last-of-type) {margin-bottom: 2rem;}

#editors-page .editors_p-group > p {margin-bottom: .5em;}

#editors-page li {
    padding: 0 .2em;
    margin-bottom: 1rem;
}
#editors-page li::before {
    content: "";
    display: table;
    margin-bottom: 0rem;
}

#editors-page li::after {
    content: "";
    display: table;
    margin-bottom: -.1rem;
}

#editors-page a {width: fit-content;}

@media only screen and (min-width: 768px) {
    #editors-page .editors_p-group:not(:last-of-type) {margin-bottom: 4rem;}
}

@media (hover: hover) {
    #editors-page li:hover {background: var(--c-blue);}
}