﻿.package {
    display: block;
    border-bottom: solid 1px #bbb;
    /*padding: 22px 0 0 0;*/
    color: #333;
}

.package-list {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    width: 100%;
}

/* Responsive adjustments for smaller screens */
@media only screen and (max-width: 1200px) {
    .package-list {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .package-list {
        gap: 15px;
    }

    .package .package-details h2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 568px) {
    .package-list {
        gap: 10px;
    }

    .package .package-details h2 {
        font-size: 1.5em;
    }

    .package .package-details p.package-pricing {
        font-size: 1.1em;
    }
}

.package-list li.item {
    /* Remove float and fixed width */
    margin: 0;
    width: auto;
    min-width: 240px;
}

.package .package-details {
    background: #fff url(/images/pkg-title-bkg.png) repeat-x top left;
    /*padding: 20px 15px 20px 15px;*/
    text-align: center;
    padding: 12px 15px;
    min-height: 84px;
}

    .package .package-details h2 {
        font-size: 2.1em;
        line-height: 30px;
        margin-bottom: 10px;
    }


    .package .package-details p.package-pricing {
        font-size: 1.250em;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .package .package-details p.package-info {
        /*font-size: 1.250em;*/
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .package .package-details .package-pricing span.price {
        font-weight: bold;
    }

    .package .package-details .package-pricing span.activation-fee {
        font-size: 0.8em;
    }

        .package .package-details .package-pricing span.price .sup {
            font-size: 14px;
            line-height: 0.5em;
            font-weight: bold;
            vertical-align: baseline;
            position: relative;
            top: -0.4em;
        }

.package .package-action {
    /*padding: 30px 0 0 15px;
    min-height: 64px;*/
    padding: 20px 0;
    text-align: center;
    min-height: 70px;
}

    .package .package-action a {
        font-size: 1.1em;
        color: #fff;
    }

.package .package-feature-list {
    display: block;
    background: #e9e9e9;
    height: auto;
}

    .package .package-feature-list li.feature {
        display: block;
        padding: 10px 15px 10px 15px;
        border-bottom: solid 1px #fff;
        /*font-size: 0.9em;*/
        line-height: 1.4em;
    }

        .package .package-feature-list li.feature span.new {
            color: #ff3300;
            /*font-size: 11px;*/
            font-style: italic;
            font-weight: bold;
            padding-right: 2px;
        }

    .package .package-feature-list li .disabled {
        color: #999;
    }

    .package .package-feature-list li.feature .feature-list-item {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 3px 12px;
    }

    .package .package-feature-list li.feature.first {
        font-size: 1.2em;
        /*font-style: italic;*/
        background: #e9e9e9 url(/images/pkg-title-bkg2.png) repeat-x top left;
    }

    .package .package-feature-list li.feature.last {
        padding: 10px 15px 10px 15px;
        border-bottom: none;
    }

    .package .package-feature-list li.feature .feature-inner-list {
        margin: 10px 0 0 5px;
    }

.package .package-see-all {
    background: #e9e9e9;
    padding: 10px 15px 10px 15px;
}

.package.basic {
    /*background: transparent url(green.gif) no-repeat 55px 0;*/
}

    .package.basic .decoration {
        border-top: solid 10px #dd5f16;
    }

    .package.basic .package-action {
        background: #dd5f16;
    }

.package.standard {
    /*background: transparent url(green.gif) no-repeat 55px 0;*/
}

    .package.standard .decoration {
        border-top: solid 10px #4d9041;
    }

    .package.standard .package-action {
        background: #4d9041;
    }

.package.professional {
    /*background: transparent url(green.gif) no-repeat 55px 0;*/
}

    .package.professional .decoration {
        border-top: solid 10px #2c639f;
    }

    .package.professional .package-action {
        background: #2c639f;
    }

.package.enterprise {
    /*background: transparent url(green.gif) no-repeat 55px 0;*/
}

    .package.enterprise .decoration {
        border-top: solid 10px #333;
    }

    .package.enterprise .package-action {
        background: #333;
    }

.package.enterprise-plus {
    /*background: transparent url(green.gif) no-repeat 55px 0;*/
}

    .package.enterprise-plus .decoration {
        border-top: solid 10px #dd5f16;
    }

    .package.enterprise-plus .package-action {
        background: #dd5f16;
    }

.link-button {
    display: inline-block;
    transition: all .1s ease;
    color: white;
    border: 2px solid white;
    text-align: center;
    line-height: 1;
    font-size: 1em;
    outline: none;
    border-radius: 5px;
}

    .link-button:hover, .link-button:active, .link-button:focus {
        background-color: transparent;
    }

    .link-button a {
        transition: all .1s ease;
        display: block;
        padding: 7px 15px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 1.1em;
        color: white;
    }

    .link-button:hover, .link-button:active, .link-button:focus {
        border-color: #eeb100; /* Yellow */
        background-color: transparent;
    }

.essential-plan-button {
    border-color: #6ab24b;
    background-color: #43722f;
}

.professional-plan-button {
    border-color: #3477bf;
    background-color: #234f7f;
}

.enterprise-plan-button {
    border-color: #545353;
    background-color: #000;
}

.enterprise-plus-plan-button {
    border-color: #fe6a14;
    background-color: #bf5212;
}

.subPlanIcons {
    height: 50px;
    margin-bottom: 3px;
}


/* Tablet and Smartphone Specific */
/*@media only screen and (max-device-width: 768px) {
    .package-list li.item {
        width: 165px;
    }

    .package .package-details h2 {
        font-size: 1.5em;
    }


    .package .package-details p.package-pricing {
        font-size: 1em;
        line-height: 1em;
    }

    .package .package-action a {
        font-size: 1.1em;
    }

    .package .package-feature-list li.feature.first {
        font-size: 0.9em;
    }

    .package .package-feature-list li.feature {
        font-size: 0.9em;
        line-height: 1.1em;
    }

    .package .package-feature-list {
        height: 800px;
    }
}*/

/*@media only screen and (max-device-width: 568px) {
    .package .package-details h2 {
        font-size: 1.1em;
    }

    .package .package-action {
        min-height: 84px;
    }

    .package .package-feature-list li.feature.first {
        font-size: 0.7em;
    }

    .package .package-feature-list li.feature {
        font-size: 0.7em;
        line-height: 1.1em;
    }
}*/
