.elementor-33 .elementor-element.elementor-element-ca33363{--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 shortcode, class: .elementor-element-9955a0e *//* Leaderboard Filter Buttons */
.lb-filters {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.lb-filters a {
    padding: 10px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, #4f8cff, #2563eb);
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Hover effect */
.lb-filters a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

/* Active button */
.lb-filters a.active {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #000 !important;
}

/* Mobile */
@media (max-width: 600px) {
    .lb-filters {
        justify-content: center;
    }
    .lb-filters a {
        font-size: 13px;
        padding: 8px 14px;
    }
}

/* Leaderboard container */
.leaderboard-box {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff00ff, #ff66ff); /* Logo color gradient */
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Leaderboard heading */
.leaderboard-box h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

/* Filter buttons */
.lb-filters {
    text-align: center;
    margin-bottom: 15px;
}
.lb-filters a {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border-radius: 20px;
    background: linear-gradient(90deg, #ff00ff, #ff66ff);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}
.lb-filters a:hover,
.lb-filters a.active {
    box-shadow: 0 0 10px #ff00ff;
    transform: translateY(-2px);
}

/* Leaderboard rows */
.leaderboard-row {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1); /* Slight transparent over gradient */
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.leaderboard-row .rank {
    width: 30px;
    font-weight: bold;
}
.leaderboard-row .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.leaderboard-row .name {
    flex: 1;
    margin-left: 10px;
}
.leaderboard-row .name,
.leaderboard-row .amount {
    font-weight: bold;
    color: #000; /* Name aur earnings black */
}
.leaderboard-row .amount {
    font-weight: bold;
    color: #000; /* Ab earnings black ho gaye */
}
}

/* Top 3 highlight with logo gradient */
.gold {
    background: linear-gradient(90deg, #ff00ff, #ff66ff);
    color: #fff;
}
.silver {
    background: linear-gradient(90deg, #ff33ff, #ff99ff);
    color: #fff;
}
.bronze {
    background: linear-gradient(90deg, #ff66ff, #ffccff);
    color: #000;
}/* End custom CSS */