/* User Avatar - Google Style Icon */
.user-avatar svg,
.user-avatar-guest svg {
    color: #5f6368;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.user-avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.user-avatar-guest {
    display: flex;
    align-items: center;
    justify-content: center;
}
