.review-creds-wrap {
    font-weight: 400;
    color: var(--grey-dk);
    font-size: .8rem;
    padding-top: 0.5rem;
    text-align: right;
}

.profile-roundal-wrap {
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

img.review-author-flag {
    height: .8rem;
    width: 1rem;
    padding-bottom: .15rem;
    margin: 0 .3rem;
}

img.cp-img-roundal {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: var(--transition);
}

.profile-roundal-cp-name {
    margin-bottom: 0;
    font-weight: 300;
}

img.review-img {
    padding-bottom:1rem;
}