.bundle-card {
    transition: all 0.2s ease;
    border: 1px solid rgba(0,0,0,0.08);
}
.bundle-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border-color: rgba(102, 110, 232, 0.5);
}
.hero-icon-sm {
    width: 69px;
    height: 38px;
    object-fit: cover;
}
.counter-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #dc3545;
}
.win-rate-badge {
    background: rgba(40, 167, 69, 0.1);
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 600;
}
.position-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.vs-badge {
    background: #ffc107;
    color: #000;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}
.counter-icon-sm {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #dc3545;
    object-fit: cover;
}
.stat-item {
    font-size: 0.75rem;
    padding: 6px 10px;
    background: var(--bs-bg-bundles-stats) !important;
    border-radius: 20px;
    white-space: nowrap;
}
.badge.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

@media (max-width: 767.98px) {
    .row.g-2 > .col-6 {
        padding-left: 4px;
        padding-right: 4px;
    }
    .stat-item {
        font-size: 0.7rem;
        padding: 5px 8px;
    }
    .stat-item i {
        font-size: 0.8rem;
    }
    .counter-icon-sm {
        width: 24px;
        height: 24px;
    }           
    .bundle-card .d-flex {
        flex-wrap: wrap;
    }
    .hero-icon-sm {
        width: 40px;
        height: 40px;
    }
    .badge.px-3.py-1 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        font-size: 0.7rem;
    }
    .position-absolute.bottom-0 {
        margin-bottom: 0.5rem !important;
    }
}
    
@media (max-width: 575.98px) {
    .row.g-2 {
        margin-left: -4px;
        margin-right: -4px;
    }
    .hero-icon-sm {
        width: 36px;
        height: 36px;
    }
    .fw-bold.fs-6 {
        font-size: 0.85rem !important;
    }
    .small.text-muted {
        font-size: 0.65rem !important;
    }
}