section#comments #comments-wrapper{display:flex;flex-direction:column}section#comments article.comment{padding:0;margin-bottom:1rem;display:flex;flex-direction:column;flex-grow:2}section#comments article.comment p:first-child{margin-top:0}section#comments article.comment p:last-child{margin-bottom:0}section#comments article.comment .header{border-radius:10px 10px 0 0;padding:.5rem;display:flex;flex-direction:row;gap:.75rem}section#comments article.comment .header .avatar-link{display:flex;align-items:center}section#comments article.comment .header .avatar-link picture{display:flex}section#comments article.comment .header .avatar-link picture img.avatar{width:5rem;min-width:5rem;max-width:5rem;border-radius:50%}section#comments article.comment .header .header-info{display:flex;flex-direction:column}section#comments article.comment .header .header-info .display{font-weight:bold;font-size:1.4rem}section#comments article.comment main{border-radius:0 0 10px 10px;padding:.5rem}