.legal-section-author-mini .review-about-info {
    display: flex;
    column-gap: 0.5rem;
    font-family: var( --legal-font-primary );
    font-style: normal;
}

.legal-section-author-mini .info-author-name,
.legal-section-author-mini .info-author-href {
    display: block;
}

.legal-section-author-mini .info-author-file {
    width: 1.5rem;
    height: 1.5rem;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    border: 1px solid var( --Base-base-09 );
}

.legal-section-author-mini .info-author-href {
    text-decoration: none;
}

.legal-section-author-mini .info-author-name {
    color: var( --Base-base-09 );
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.legal-section-author-mini .info-author-name:hover {
    text-shadow: 0 0 0.35px var( --Base-base-09 );
    transition: 0.4s;
}

.legal-section-author-mini .about-info-date {
    color: var( --Base-base-05 );
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0625rem;
}