.recharge-plan-card {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}
.recharge-plan-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}
.recharge-plan-card.selected {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.04);
}
.recharge-price {
    line-height: 1;
}
.recharge-details > div {
    line-height: 1.6;
}
