/* Fill the avatar panel and join its square bottom edge to the name row. */
img[src^="/local/team-default-collab-20260919.svg"] {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center bottom;
  border-radius: 0 !important;
  background: #f3f3f3;
}
.el-card__body:has(> .el-image > img[src^="/local/team-default-collab-20260919.svg"]) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.el-image:has(> img[src^="/local/team-default-collab-20260919.svg"]) {
  display: block !important;
  flex: 1 1 auto;
  height: 0 !important;
  min-height: 0;
  border-radius: 0 !important;
  overflow: hidden;
  background: #f3f3f3;
}
.el-image:has(> img[src^="/local/team-default-collab-20260919.svg"]) + .el-link {
  display: flex;
  flex: 0 0 33px;
  align-items: center;
  justify-content: center;
  margin: 0;
}
