/*
|--------------------------------------------------------------------------
| V288 public account avatar fix
|--------------------------------------------------------------------------
| Public top-right account chip should fill the round image again.
| This is public-header only. It does not touch company dashboard cropper.
*/

.public-account-chip img,
.abner-access-bar img,
.header-account-chip img,
.account-chip-public img,
.public-header-account img,
.site-account-chip img,
.site-user-chip img,
.top-account-chip img,
nav .account-chip img,
header .account-chip img,
header [class*="account"] img,
header [class*="avatar"] img,
header [class*="profile"] img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 999px !important;
    padding: 0 !important;
    background: transparent !important;
    display: block !important;
}

.public-account-chip,
.abner-access-bar .account-chip,
.header-account-chip,
.account-chip-public,
.public-header-account,
.site-account-chip,
.site-user-chip,
.top-account-chip,
header .account-chip,
header [class*="account-avatar"],
header [class*="avatar"] {
    overflow: hidden;
}

/* The top-right pill can stay rounded, but the inner image should be a clean circle */
.public-account-chip .avatar,
.public-account-chip [class*="avatar"],
.abner-access-bar [class*="avatar"],
.header-account-chip [class*="avatar"],
.site-account-chip [class*="avatar"] {
    border-radius: 999px !important;
    overflow: hidden !important;
    background: #fff !important;
}
