/* Ported from flswww/www/src/css/pricing.scss (96 lines). SCSS vars inlined. */

.accent-color { color: #39cc8d; }

.pricing-table {
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}

.pricing-table .pricing-column:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}

.pricing-table .pricing-column h3 {
    font-weight: 300;
    font-size: 30px;
    color: #4F98CD;
    margin-top: 0;
    margin-bottom: 35px;
    height: 40.8px;
}

.pricing-table .pricing-column:hover {
    border: 6px solid;
    border-color: #dee2e6;
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.pricing-table .pricing-details {
    font-size: 15px;
    font-weight: 400;
    color: black;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 40px;
}
.pricing-table .pricing-details b { color: black; font-weight: 500; }
.pricing-table .pricing-details ul { list-style: none; padding: 0; margin-top: 16px; }
.pricing-table .pricing-details li { margin-bottom: 1.5em; }
.pricing-table .pricing-details .subtext {
    font-size: 0.9em;
    line-height: 1.4;
    color: #586166;
}

.pricing-table .pricing-cost { margin: 40px 0 40px 0; }
.pricing-table .pricing-cost .asterisk { color: black; }

.pricing-table #most-popular {
    color: greenyellow;
    font-size: smaller;
    font-family: sans-serif;
}

.more-info {
    text-align: center;
    width: 60%;
    margin: 0 auto 50px auto;
    padding: 12px;
    transition: background 200ms;
}
.more-info:target {
    background: #c5ed8a;
    border: 2px solid #4BCE0F;
    padding: 10px;
}
