.crm-profile-image{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:120px;height:120px;border-radius:30px;background:linear-gradient(135deg,#145da0,#4fa2df);color:#fff;font-size:30px;font-weight:800;line-height:1;box-shadow:0 8px 18px rgba(20,93,160,.18);vertical-align:middle}
.crm-profile-image img{display:block;width:100%;height:100%;object-fit:cover}
.crm-profile-image{position:relative}
.crm-profile-image__fallback{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%}
.crm-profile-image img{position:absolute;inset:0;z-index:2}

/* A real profile photo replaces initials completely. */
.has-photo{background:none!important;color:transparent!important}
.has-photo .crm-profile-image__fallback,.has-photo .ipc-avatar__fallback{display:none!important}
