.p_a2_topAuthorBlock {
    font-size: 10px;
    --avatar-diameter: 70px;
    display: grid;
    align-items: center;
    justify-content: start;
    grid-gap: 10px;
    grid-template-columns: var(--avatar-diameter) 1fr;
    margin-bottom: 50px;
}

.p_a2_topAuthorBlock:hover {
    text-decoration: none;
}

.topAuthorBlock__avatar {
    width: var(--avatar-diameter);
    height: var(--avatar-diameter);
    border-radius: 10em;
    box-shadow: var(--ui-shadow-input-out);
}
.topAuthorBlock__description {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2px;
}

.topAuthorBlock__prefix {
    font-size: 1.1em;
    color: #444;
}
.topAuthorBlock__name {
    font-size: 1.7em;
    font-weight: bold;
    color: #444;
}
.topAuthorBlock__sign {
    color: #999;
    font-size: 1.2em;
}