/* Guest Reviews - avatar box (1 chữ cái đầu) */
.review-avatar {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-terracotta);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    
}

@media (min-width: 980px) {

}