/* Scope every adjustment to the author profile inside COLUMN article content. */
.post_content .lta-inline-author {
    margin: 2em 0;
    padding: 1.4em;
    border: 1px solid var(--color_border);
    border-radius: 8px;
    background: transparent;
}
.post_content .lta-inline-author .l-articleBottom__section {
    margin: 0;
}
.post_content .lta-inline-author .l-articleBottom__title {
    margin: 0 0 1em;
    font-size: 1.1em;
    font-weight: 700;
}
.post_content .lta-inline-author .p-authorBox {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
.post_content .lta-inline-author .p-authorBox__desc {
    margin: 0;
    line-height: 1.8;
    text-align: left;
}
.post_content .lta-inline-author .p-authorBox__name {
    font-weight: 700;
}
/* Keep Oda's full face visible when her portrait is cropped to a circle. */
.post_content .lta-inline-author[data-author-id="8"] .p-authorBox .avatar {
    object-position: center top;
}
.post_content .lta-inline-author .p-authorBox__iconList {
    margin: .8em 0 0;
    padding: 0;
    list-style: none;
}
.post_content .lta-inline-author .p-authorBox__iconList li {
    list-style: none;
}
@media (max-width: 599px) {
    .post_content .lta-inline-author {
        padding: 1.1em;
    }
}
