/* Additional review avatar styling */

.wra-avatar-wrapper {
    vertical-align: middle;
}

/* If theme wraps image, try to force display */
.comment-avatar img,
.review-avatar img {
    border-radius: 50% !important;
    object-fit: cover !important;
}
