/* JID Rebuild — Pricing shortcodes (loads site-wide so [ci_pricing_table] styles on Avada pages too) */
.jid-price{font-weight:700;white-space:nowrap}

.jid-pricing{margin:1.5em 0;font-family:inherit}
.jid-pricing__title{margin:0 0 .5em;font-size:1.15rem;font-weight:700}
.jid-pricing__list{list-style:none;margin:0;padding:0}
.jid-pricing__row{
  display:flex;align-items:baseline;justify-content:space-between;gap:1em;
  padding:.7em 0;border-bottom:1px solid rgba(0,0,0,.1);
}
.jid-pricing__row:last-child{border-bottom:0}
.jid-pricing__label{font-weight:600}
.jid-pricing__note{display:block;font-weight:400;font-size:.82em;color:#667;margin-top:2px}
.jid-pricing__price{font-weight:700;text-align:right;white-space:nowrap;color:#0a7ea4}
.jid-pricing__suffix{font-weight:400;font-size:.82em;color:#667}
.jid-pricing__alt{display:block;font-weight:400;font-size:.82em;color:#667;white-space:nowrap}

@media (max-width:480px){
  .jid-pricing__row{flex-direction:column;gap:.15em}
  .jid-pricing__price{text-align:left}
}
