.page-author-summary {
    display: flex;
}
.page-author-summary,
.page-author-desc,
.page-author-posts {
    margin-bottom: 50px;
}
.page-author-summary-l {
    width: 320px;
    padding-right: 40px;
}
.page-author-summary-r {
    width: calc(100% - 320px);
}
.page-author-ava {
    aspect-ratio: 1/1;
}
.page-author-ava img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 12px;
}
.page-author-title {
    margin-bottom: 30px;
}
.page-author-summary .page-author-spec {
    margin-bottom: 10px;
    color: var(--text-dgray);
}
.page-author-summary .o-messenger-items {
    justify-content: center;
}
.page-author-posts .post-items>li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 1rem;
}
.page-author-posts .post-items li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.page-author-posts .post-items article {
    margin-bottom: 0;
}
.page-author-posts article .post-thumbnail {
    width: 100px;
}
.page-author-posts article .post-thumbnail img {
    border-radius: 12px;
}
.page-author-posts article .post-thumbnail+.entry-summary {
    width: calc(100% - 100px);
    padding-left: 1rem;
}
.page-author-posts article .entry-title {
    margin-bottom: .25rem;
}
.page-author-posts article .entry-content {
    font-size: .85em;
}
.page-author-posts article .entry-content p {
    margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
    .page-author-summary {
        display: block;
    }

    .page-author-summary-l,
    .page-author-summary-r {
        width: 100%;
        padding-right: 0;
    }

    .page-author-summary-l {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 599.98px) {
    .page-author-posts .post-items article {
        display: flex;
    }
    .page-author-posts article .post-thumbnail+.entry-summary {
        padding-left: .75rem;
    }
    .page-author-posts article .post-thumbnail {
        margin-bottom: 0;
        width: 80px;
    }
    .page-author-posts article .post-thumbnail+.entry-summary {
        width: calc(100% - 80px);
    }
    .page-author-posts article .entry-title {
        font-size: .85rem;
    }
    .page-author-posts article .entry-meta {
        margin-bottom: 0;
    }
    .author .page-author-posts article .entry-meta li {
        font-size: .65rem;
    }
    .page-author-posts article .entry-content {
        font-size: .75em;
    }
}