.oaw-author-box-wrap {
    width: 100%;
    border-bottom: 1px solid var(--oaw-gray-100);
}

.oaw-author-box {
    max-width: 600px;
    padding: 20px 0;
}

@media only screen and (min-width: 576px) {
    .oaw-author-box {
        display: flex;
        flex-direction: row-reverse;
    }

    .oaw-author-box-avatar {
        margin-left: 24px;
        margin-bottom: 0 !important;
    }
}

.oaw-author-box-text {
    flex-grow: 1;
}

.oaw-author-box-avatar {
    float: right;
    margin-left: 18px;
    margin-bottom: 18px;
}

a.authorbox-name {
    font-weight: bold;
    text-decoration: none !important;
}

a.authorbox-name:hover {
    color: #444;
}


.oaw-author-box h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}

.oaw-author-box p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
}

img.author-avatar {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    filter: grayscale(100%);
    object-fit: cover;
}

.author-avatar-anchor {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.author-archive-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.author-archive-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}