/* Cyclone Hosting V5 - Deluxe Featured Plan Pop-Out Fix */

.v5-plans .v5-plan-grid{
    align-items:center !important;
    overflow:visible !important;
    padding-top:34px !important;
}

.v5-plans .v5-plan-card{
    width:350px !important;
    max-width:350px !important;
    min-height:610px !important;
    display:flex !important;
    flex-direction:column !important;
}

.v5-plans .v5-plan-card.featured{
    transform:translateY(-22px) scale(1.04) !important;
    z-index:20 !important;
    border:2px solid rgba(255,216,77,.75) !important;
    background:
        linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04)),
        radial-gradient(circle at 50% 0%,rgba(255,216,77,.16),transparent 35%) !important;
    box-shadow:
        0 0 28px rgba(255,216,77,.30),
        0 34px 90px rgba(0,0,0,.50) !important;
}

.v5-plans .v5-plan-card:not(.featured){
    transform:none !important;
    border:1px solid rgba(126,218,255,.16) !important;
    background:
        linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035)),
        radial-gradient(circle at 50% 0%,rgba(19,223,255,.12),transparent 36%) !important;
    box-shadow:0 28px 80px rgba(0,0,0,.34) !important;
}

.v5-plans .v5-plan-card.featured:hover{
    transform:translateY(-40px) scale(1.06) !important;
}

.v5-plans .v5-plan-card.featured .v5-plan-badge{
    font-size:14px !important;
    padding:9px 18px !important;
    min-height:38px !important;
    box-shadow:0 0 28px rgba(255,216,77,.55) !important;
}

.v5-plans .v5-plan-card.featured h3{
    font-size:34px !important;
}

.v5-plans .v5-plan-card.featured .v5-price strong{
    font-size:60px !important;
}

.v5-plans .v5-plan-card.featured .v5-plan-btn{
    min-height:56px !important;
    font-size:16px !important;
    margin-top:auto !important;
    box-shadow:0 0 34px rgba(255,216,77,.45) !important;
}

.v5-plans .v5-plan-card:not(.featured) .v5-plan-btn{
    margin-top:auto !important;
}

.v5-featured-note{
    margin:-8px 0 18px !important;
    padding:10px 12px !important;
    border-radius:16px !important;
    color:#fff4b8 !important;
    font-weight:900 !important;
    background:rgba(255,216,77,.10) !important;
    border:1px solid rgba(255,216,77,.25) !important;
    text-align:center !important;
}

@media(max-width:1100px){
    .v5-plans .v5-plan-card,
    .v5-plans .v5-plan-card.featured{
        width:340px !important;
        max-width:340px !important;
        min-height:610px !important;
        transform:none !important;
    }

    .v5-plans .v5-plan-card.featured:hover{
        transform:translateY(-8px) !important;
    }
}

@media(max-width:760px){
    .v5-plans .v5-plan-grid{
        padding-top:0 !important;
    }

    .v5-plans .v5-plan-card,
    .v5-plans .v5-plan-card.featured{
        width:100% !important;
        max-width:100% !important;
        min-height:auto !important;
        transform:none !important;
    }
}
