.elementor-434 .elementor-element.elementor-element-a3245b6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-434 .elementor-element.elementor-element-35ed65a{--display:flex;}.elementor-434 .elementor-element.elementor-element-d0ec220{--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;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-1609a6f */.leaderboard-wrapper {
    font-family: sans-serif;
    max-width: 400px;
    margin: auto;
}

/* HEADER */
.leaderboard-header {
    background: linear-gradient(45deg, #ff4d2d, #ff6a3d);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
}

.leaderboard-header h2 {
    margin: 0;
}

/* TOP 3 */
.top-three {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin: 20px 0;
}

.top-user {
    text-align: center;
}

.img-box {
    position: relative;
}

.top-user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.rank-1 img {
    width: 100px;
    height: 100px;
}

/* BADGE */
.badge {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff4d2d;
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 12px;
}

.rank-2 .badge {
    background: #3498db;
}

.rank-3 .badge {
    background: #f39c12;
}

.top-user .name {
    font-weight: bold;
    margin-top: 8px;
}

.top-user .amount {
    color: #ff4d2d;
    font-weight: bold;
}

/* OTHER USERS */
.user-row {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px;
    margin: 10px 0;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.user-row img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

.user-row .rank {
    background: #ff4d2d;
    color: white;
    padding: 6px 10px;
    border-radius: 50%;
    font-size: 12px;
}

.user-row .name {
    flex: 1;
    font-weight: 600;
}

.user-row .amount {
    color: #ff4d2d;
    font-weight: bold;
}/* End custom CSS */