
/* Avatar utilities: consistent avatar containers across the site */
.avatar, .pc-av, .comment-avatar, .reply-avatar, .profile-av, .ln-av, .fi-av, .tb-av {
  display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#1a1a1a;flex-shrink:0;
}
.avatar--lg{width:96px;height:96px;font-size:38px}
.avatar--md{width:64px;height:64px;font-size:26px}
.avatar--sm{width:48px;height:48px;font-size:22px}
.emoji-avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:inherit}
.avatar img{width:100%;height:100%;object-fit:cover;display:block}

/* Specific overrides for existing page-specific avatar classes to ensure consistency */
.pc-av, .profile-av, .ln-av, .tb-av, .fi-av, .pb-av, .pc-av-wrap, .ls-av { display:flex; align-items:center; justify-content:center; border-radius:50%; overflow:hidden; }
.pc-av, .profile-av { width:50px; height:50px; }
.ln-av, .tb-av, .fi-av, .pb-av, .ls-av { width:48px !important; height:48px !important; }
.ls-link.panel-users-perfil-ao .ls-ico { width:27px !important; height:27px !important;overflow:hidden; }
.ls-link.panel-users-perfil-ao .ls-ico img { width:100% !important; height:100% !important; object-fit:cover !important; border-radius:50% !important; }
.comment-avatar { width:56px !important; height:56px !important; display:flex; align-items:center; justify-content:center; }
.reply-avatar { width:48px !important; height:48px !important; display:flex; align-items:center; justify-content:center; }
.pc-av img, .profile-av img, .ln-av img, .tb-av img, .fi-av img, .comment-avatar img, .reply-avatar img { width:100% !important; height:100% !important; object-fit:cover !important; display:block !important; }

/* Fallback for standalone img elements used as profile pictures */
img.user-foto-perfil{width:48px;height:48px;border-radius:50%;object-fit:cover;display:block}

