#wisecampaign-product-video-container {
    background: #fff;
    border: 1px solid #c3c4c7;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

#wisecampaign-video-preview video {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
}

#wisecampaign-video-placeholder {
    padding: 20px;
    background: #f0f0f1;
    border-radius: 4px;
    margin-bottom: 10px;
}

#wisecampaign-video-gallery-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#wisecampaign-video-gallery-list li {
    width: 60px;
    height: 60px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: move;
}

#wisecampaign-video-gallery-list li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wisecampaign-video-gallery-list li .remove-gallery-video {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border-radius: 50%;
    color: #dc3232;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#plus-video-placeholder {
    border: 1.5px dashed #c3c4c7 !important;
    background: #fbfbfc !important;
    color: #c3c4c7;
}

#plus-video-placeholder:hover {
    border-color: #2271b1 !important;
    color: #2271b1;
}

/* Product Reels */
#wisecampaign-reels-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#wisecampaign-reels-list li {
    width: 60px;
    height: 100px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: move;
}

#wisecampaign-reels-list li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wisecampaign-reels-list li .remove-reel-video {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border-radius: 50%;
    color: #dc3232;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#plus-reel-placeholder {
    border: 1.5px dashed #c3c4c7 !important;
    background: #fbfbfc !important;
    color: #c3c4c7;
    width: 60px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#plus-reel-placeholder:hover {
    border-color: #2271b1 !important;
    color: #2271b1;
}
