.kg-app-v2 #sticker-modal {
    z-index: 1000040;
}

.kg-app-v2 #sticker-packs-container .sticker-panel-grid {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
}

.kg-app-v2 #sticker-packs-container .sticker-panel-item {
    width: 100%;
    height: 82px;
    border: 0;
    padding: 4px;
    cursor: pointer;
}

.kg-app-v2 #sticker-packs-container .sticker-panel-item img,
.kg-app-v2 #sticker-packs-container .sticker-panel-item video,
.kg-app-v2 #sticker-packs-container .sticker-tab img,
.kg-app-v2 #sticker-packs-container .sticker-tab video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kg-app-v2 #sticker-preview-list .sticker-preview-item {
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.kg-app-v2 #sticker-preview-list .sticker-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kg-app-v2 #sticker-preview-list .sticker-preview-item button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: rgba(220, 38, 38, 0.9);
    color: white;
    line-height: 1;
}
