.review-author-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.review-author-link:hover .review-avatar img,
.review-author-link:hover .reply-avatar img {
    opacity: 0.9;
    border-color: #8b7355;
}

.review-author-link-text {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.review-author-link-text:hover {
    color: #8b7355;
    text-decoration: underline;
}

