.sju-author {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: fit-content;
}

.sju-author__avatar-wrap {
    height: 44px;
    width: 44px;
}

.sju-author__avatar {
    border-radius: 50%;
    display: block;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.sju-author__avatar-placeholder {
    align-items: center;
    background: #d9d9d9;
    border-radius: 50%;
    color: #3d3d3d;
    display: flex;
    font-family: "Massilia", sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.sju-author__text {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sju-author__name,
.sju-author__meta {
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.sju-author__name {
    color: #593510;
    font-family: "Bogue Regular", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 18px;
    padding-bottom: 0px;;
}

.sju-author__meta {
    color: #3d3d3d;
    font-family: "Massilia", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
}

.sju-author--horizontal {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    width: 100%;
}

.sju-author--horizontal .sju-author__text {
    align-items: flex-start;
    width: min(300px, 100%);
}

.sju-author--horizontal .sju-author__name,
.sju-author--horizontal .sju-author__meta {
    text-align: left;
    white-space: normal;
    width: min(300px, 100%);
}

.sju-author--horizontal .sju-author__name {
    white-space: nowrap;
}
