.post-author {
    max-width: 62.5rem;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
}

body.single-post section:has(+ .post-author) {
    margin-bottom: 0;
}

.post-author__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: .75rem;
    background: #f2f2f2;
}

.post-author__content {
    min-width: 0;
}

.post-author__label {
    display: block;
    margin-bottom: .1rem;
    color: #4eaff3;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.post-author__name {
    margin: 0;
    color: #1c495a;
    font-size: 1.5rem;
    font-weight: bold;
}

.post-author__bio {
    margin-top: .5rem;
    font-size: 1rem;
}

.post-author__bio > :last-child {
    margin-bottom: 0;
}
