
.raincl-profile-topline{
    display:flex;
    align-items:center;
    gap:12px;
    margin:10px 0 16px;
    flex-wrap:wrap;
}
.raincl-like-box{
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:#fff;
    border:1px solid #eee;
    border-radius:999px;
    padding:6px 10px;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
}
.raincl-like-btn{
    border:0;
    background:#fff;
    color:#e11d48;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    width:32px;
    height:32px;
    border-radius:50%;
    transition:.2s;
}
.raincl-like-btn:hover,
.raincl-like-btn.liked{
    background:#ffe4ec;
    transform:scale(1.08);
}
.raincl-like-count{
    font-weight:800;
    color:#111827;
}
.raincl-verified-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#e8f1ff;
    color:#0b63ce;
    border:1px solid #bcd7ff;
    border-radius:999px;
    padding:7px 12px;
    font-weight:800;
    font-size:13px;
}
.raincl-live-box{
    margin:22px 0;
    background:#111827;
    color:#fff;
    border-radius:18px;
    padding:16px;
    box-shadow:0 12px 35px rgba(0,0,0,.22);
}
.raincl-live-header{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
}
.raincl-live-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ef4444;
    display:inline-block;
    box-shadow:0 0 0 6px rgba(239,68,68,.18);
}
.raincl-live-title{
    font-size:18px;
    font-weight:800;
    margin:6px 0 12px;
}
.raincl-live-video{
    position:relative;
    width:100%;
    padding-top:56.25%;
    border-radius:14px;
    overflow:hidden;
    background:#000;
}
.raincl-live-video iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.raincl-live-placeholder{
    background:rgba(255,255,255,.08);
    border:1px dashed rgba(255,255,255,.25);
    padding:18px;
    border-radius:14px;
}
.raincl-live-link{
    color:#fff;
    background:#2563eb;
    text-decoration:none;
    display:inline-block;
    padding:12px 16px;
    border-radius:12px;
    font-weight:800;
}
.raincl-card-like-overlay{
    position:absolute;
    left:10px;
    bottom:10px;
    z-index:5;
}
.raincl-card-verified{
    position:absolute;
    right:10px;
    top:10px;
    z-index:5;
}
