/* Keep imported author biographies readable without allowing legacy forum
   markup or the active theme to multiply paragraph spacing. */
body.author .author-box-wrap.td-author-page .desc > p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: inherit;
}

body.author .author-box-wrap.td-author-page .desc > p:last-of-type {
    margin-bottom: 0;
}
