/* Eye-C-You Reels Remix Polish */

.ecy-remix-credit-box{
    margin:10px 0 12px;
    padding:14px;
    border-radius:20px;
    background:
        radial-gradient(circle at top left, rgba(255,56,47,.22), transparent 28%),
        linear-gradient(145deg,#080808,#111827 65%,#050505);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    box-shadow:0 14px 34px rgba(0,0,0,.28);
}

.ecy-remix-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
    flex-wrap:wrap;
}

.ecy-remix-badge{
    background:linear-gradient(135deg,#ff382f,#c90d20);
    color:#fff;
    padding:7px 12px;
    border-radius:999px;
    font-weight:900;
    font-size:12px;
}

.ecy-remix-count{
    color:rgba(255,255,255,.82);
    font-size:12px;
    font-weight:700;
}

.ecy-remix-credit-line{
    font-size:15px;
    font-weight:700;
    margin-bottom:8px;
}

.ecy-remix-parent-caption{
    color:rgba(255,255,255,.72);
    font-size:13px;
    line-height:1.5;
}

.ecy-inline-remix{
    background:linear-gradient(135deg,#ff382f,#c90d20)!important;
    color:#fff!important;
    box-shadow:0 8px 24px rgba(201,13,32,.28)!important;
}

.ecy-inline-remix:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#ff4f46,#e11d2e)!important;
}
