.border-author-box {
    border-top: 1pt solid var(--featured-fg) !important;
}
/*
.steinbach-author-box {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
}*/

.author-box-label {
    letter-spacing: 0.08em;
}

.author-box-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.author-box-bio *{
    font-size: 11pt !important;
    font-weight: 300 !important;
}

.author-box-bio > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .steinbach-author-box {
        padding: 1.25rem;
    }
}
