.fij-price-table {
    text-align: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Default Pro styles applied via controls, these are base resets */
}

.fij-pt-header { padding: 30px 20px; }
.fij-pt-title { margin: 0; font-size: 26px; font-weight: 700; }
.fij-pt-subtitle { font-size: 14px; margin-top: 8px; display: block; font-weight: 500; }

.fij-pt-price-box { padding: 30px 20px; display: flex; justify-content: center; align-items: baseline; }
.fij-pt-currency { font-size: 28px; font-weight: 600; margin-right: 2px; }
.fij-pt-price { font-size: 56px; font-weight: 800; line-height: 1; }
.fij-pt-period { font-size: 15px; align-self: flex-end; margin-left: 5px; margin-bottom: 8px; }

.fij-pt-features { list-style: none; padding: 0 30px; margin: 0 0 30px; text-align: left; }
.fij-pt-features li { padding: 12px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; }
.fij-pt-features li:last-child { border-bottom: none; }
.fij-pt-features li i { margin-right: 12px; font-size: 18px; width: 20px; text-align: center; flex-shrink: 0; }
.fij-pt-features li span { font-size: 15px; }

.fij-pt-footer { padding: 0 20px 40px; }
.fij-pt-btn {
    display: inline-block; padding: 14px 35px;
    text-decoration: none; font-weight: 700;
    transition: all 0.3s ease; border: 2px solid transparent;
}
.fij-pt-info { margin-top: 15px; font-size: 13px; }
