

.bundle-card.featured{
border:3px solid #FFD700;
transform:scale(1.05);
box-shadow:0 20px 40px rgba(0,0,0,0.25);
position:relative;
}

.badge{
position:absolute;
top:-10px;
right:-10px;
background:#FFD700;
color:#000;
font-weight:700;
padding:6px 12px;
border-radius:6px;
font-size:12px;
}
