.author-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}
.author-top .author-avatar img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.author-top .author-info a {
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
}
.author-top .author-info .author-role {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 600;
}
.author-box.is-width-constrained .ct-media-container {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    border-radius: 100%;
}
.author-box.is-width-constrained .author-box-name:is(p,div,h1) {
    font-size: 22px;
    margin-bottom: 8px;
    color: var(--theme-link-initial-color);
}

.author-box.is-width-constrained .author-role {
    margin-bottom: 15px;
    font-weight: 600;
}
body.archive.author .author-box.is-width-constrained {
    display: flex;
    padding-bottom: 60px;
    border-bottom: 3px double var(--theme-text-color);
}
body.archive.author .author-page-subtitle {
    text-align: center;
    margin: 60px 0 20px;
}
body.archive.author .author-page-text {
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width: 690px) {
    .author-box.is-width-constrained .ct-media-container {
        margin-right: 25px;
    }
}
@media screen and (max-width: 689px) {
    body.archive.author .author-box.is-width-constrained {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .author-box.is-width-constrained .ct-media-container {
        margin-bottom: 20px;
    }
}
