.beps-bundle-card {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
background-color: #130F32;
border-radius: 16px;
padding: 20px 24px;
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-height: 125px;
cursor: pointer;
user-select: none;
transition: opacity 0.15s ease;
}
.beps-bundle-card:hover { opacity: 0.92; } .beps-bundle-left {
display: flex;
gap: 16px;
min-width: 0;
}
.beps-bundle-radio-dot {
flex-shrink: 0;
width: 18px;
height: 18px;
border-radius: 50%;
border: 2px solid #ffffff;
background: transparent;
box-sizing: border-box;
transition: background 0.15s ease, box-shadow 0.15s ease;
margin-top: 5px;
}
.beps-bundle-card.is-selected .beps-bundle-radio-dot {
background: #ffffff;
border-color: #ffffff;
}
.beps-bundle-info {
display: flex;
flex-direction: column;
gap: 10px;
min-width: 0;
}
.beps-bundle-name-row {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.beps-bundle-name {
font-size: 18px;
font-weight: 600;
color: #ffffff;
line-height: 1.3;
}
.beps-bundle-badge {
display: inline-block;
font-size: 10px;
font-weight: 700;
color: #130F32;
background: #F5C842;
border-radius: 100px;
padding: 2px 8px;
white-space: nowrap;
line-height: 1.5;
}
.beps-bundle-desc {
font-size: 16px;
font-weight: 400;
color: #9B9AB3;
line-height: 1.4;
width: 85%!important;
} .beps-bundle-right {
flex-shrink: 0;
text-align: right;
padding-top: 5px;
}
.beps-bundle-price {
font-size: 20px;
font-weight: 400;
color: #ffffff;
white-space: nowrap;
}
.beps-bundle-price .woocommerce-Price-amount { color: inherit; }