.fcqt-pricing-box {
    margin: 18px 0 22px;
    padding: 18px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    background: #fff;
}
.fcqt-heading { font-size: 1.08em; font-weight: 700; margin-bottom: 3px; }
.fcqt-subheading { font-size: .92em; opacity: .78; margin-bottom: 12px; }
.fcqt-tier-table { width: 100%; margin: 0; border-collapse: collapse; }
.fcqt-tier-table th, .fcqt-tier-table td { padding: 9px 8px; border-bottom: 1px solid rgba(0,0,0,.08); text-align: left; }
.fcqt-tier-table th { font-size: .85em; opacity: .75; }
.fcqt-tier-table tr.is-active td { font-weight: 700; background: rgba(0,0,0,.045); }
.fcqt-live-message { margin-top: 12px; font-size: .92em; }
@media (max-width: 480px) {
    .fcqt-pricing-box { padding: 14px; }
    .fcqt-tier-table th, .fcqt-tier-table td { padding: 8px 5px; font-size: .9em; }
}
