.littleu-composer-thumbnail {
    position: relative;
    width: 88px;
    height: 88px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(8, 16, 35, .78);
}

.littleu-composer-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.littleu-composer-thumbnail .littleu-composer-thumbnail-remove {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    color: #fff;
    background: rgba(10, 16, 34, .88);
    font: 16px/1 system-ui, sans-serif;
    cursor: pointer;
}

.studio-composer-attachments,
.studio-draft-attachment {
    overflow: visible;
}

.image-draft-preview:has(.littleu-composer-thumbnail) {
    width: 88px;
    height: 88px;
    overflow: visible;
    border: 0;
    background: transparent;
}
