.elementor-401 .elementor-element.elementor-element-f4c2681{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.cv-top100{
    background:#050505;
    color:#fff;
    padding:90px 6%;
}

.cv-top100-head{
    text-align:center;
    max-width:720px;
    margin:0 auto 55px;
}

.cv-top100-head span{
    display:inline-flex;
    padding:8px 14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    margin-bottom:18px;
}

.cv-top100-head h1{
    color:#fff;
    font-size:52px;
    font-weight:900;
    margin:0 0 18px;
}

.cv-top100-head p{
    color:#AAB2C5;
    font-size:16px;
    line-height:1.7;
}

.cv-podium{
    display:flex;
    justify-content:center;
    align-items:end;
    gap:26px;
    margin-bottom:70px;
}

.cv-podium-card{
    width:230px;
    background:#0B0D14;
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    padding:30px 24px;
    text-align:center;
    position:relative;
    box-shadow:0 0 35px rgba(77,107,255,.08);
}

.cv-podium-card.rank-1{
    width:270px;
    padding:42px 28px;
    border-color:rgba(255,214,80,.45);
    box-shadow:0 0 42px rgba(255,214,80,.12);
}

.cv-podium-rank{
    position:absolute;
    top:-22px;
    left:50%;
    transform:translateX(-50%);
    font-size:34px;
}

.cv-podium-card img{
    width:84px;
    height:84px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid rgba(123,77,255,.55);
    margin-bottom:16px;
}

.cv-podium-card h3{
    color:#fff;
    font-size:20px;
    font-weight:900;
    margin:0 0 6px;
}

.cv-podium-card span{
    color:#AAB2C5;
    font-size:13px;
    font-weight:800;
}

.cv-podium-stats{
    display:flex;
    justify-content:center;
    gap:28px;
    margin-top:22px;
}

.cv-podium-stats strong{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:900;
}

.cv-podium-stats small{
    color:#7E8799;
    font-size:10px;
    text-transform:uppercase;
    font-weight:900;
}

.cv-ranking-table{
    max-width:980px;
    margin:0 auto;
    background:#11141B;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:18px;
}

.cv-ranking-header,
.cv-ranking-row{
    display:grid;
    grid-template-columns:70px 1.5fr 1.5fr 120px 80px;
    align-items:center;
    gap:18px;
}

.cv-ranking-header{
    color:#8A94A8;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    padding:0 14px 14px;
}

.cv-ranking-row{
    background:#151922;
    border-radius:14px;
    padding:14px;
    margin-bottom:10px;
}

.cv-rank-num{
    background:#0B0D14;
    border-radius:10px;
    padding:10px;
    text-align:center;
    font-weight:900;
    color:#C5CBD8;
}

.cv-rank-user{
    display:flex;
    align-items:center;
    gap:12px;
}

.cv-rank-user img{
    width:42px;
    height:42px;
    border-radius:50%;
    object-fit:cover;
}

.cv-rank-user strong{
    display:block;
    color:#fff;
    font-size:14px;
    font-weight:900;
}

.cv-rank-user small{
    color:#8A94A8;
    font-size:11px;
}

.cv-rank-progress span{
    color:#8EA2FF;
    font-size:12px;
    font-weight:900;
}

.cv-rank-bar{
    height:6px;
    background:#050505;
    border-radius:999px;
    margin:7px 0;
    overflow:hidden;
}

.cv-rank-bar i{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#4D6BFF,#7B4DFF);
    border-radius:999px;
}

.cv-rank-progress small{
    color:#AAB2C5;
    font-size:10px;
}

.cv-rank-badges{
    display:flex;
    gap:8px;
}

.cv-rank-badges span{
    width:26px;
    height:26px;
    background:#050505;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.cv-rank-assets{
    text-align:right;
    font-weight:900;
    color:#fff;
}

@media(max-width:900px){
    .cv-podium{
        flex-direction:column;
        align-items:center;
    }

    .cv-podium-card,
    .cv-podium-card.rank-1{
        width:100%;
        max-width:340px;
    }

    .cv-ranking-header{
        display:none;
    }

    .cv-ranking-row{
        grid-template-columns:50px 1fr;
    }

    .cv-rank-progress,
    .cv-rank-badges,
    .cv-rank-assets{
        grid-column:2;
    }
}/* End custom CSS */