.image-item{display:inline-block;position:relative}.image-item__img{cursor:pointer;border:1px solid var(--base-gray-200);border-radius:6px;overflow:hidden;display:inline-block}.image-item__delete{cursor:pointer;position:absolute;top:-5px;right:-5px;width:20px;height:20px;background-color:var(--base-gray-200);border:1px solid var(--base-gray-400);font-size:12px;border-radius:50%;display:flex;justify-content:center;align-items:center}.image-item:not(:last-child){margin-right:5px}.image-item--view-only{cursor:inherit}.image-item--talk{width:100px;height:100px}.image-item--talk>img{width:100%;height:100%;object-fit:cover}
