/* Owner visibility — "Future Release" badge for the viewer's own drafts. */
.mi-future-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff !important;
    background: linear-gradient(135deg, #8b5cf6, #06b6d4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}
/* Overlay on plays-block loop-card thumbnails. */
.block-loop-item .post-thumbnail { position: relative; }
.block-loop-item .post-thumbnail .mi-future-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}
/* Overlay on MI shorts preview cards. */
.musiveo-user-shorts .vle-preview-media { position: relative; }
.musiveo-user-shorts .vle-preview-media .mi-future-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}
