/* Full-width list of boxed cards */
.is-pricing-boxes { display:block; }
.is-pricing-box-wrapper { width:100%; border:1px solid #e5e7eb; border-radius:12px; padding:14px; background:#fff; box-shadow: 0 1px 2px rgba(0,0,0,.04); margin-bottom:14px; }

/* Title row with left name and right currency-before-price */
.is-pricing-box-title { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.is-pricing-name { font-weight:700; font-size:1.05rem; }
.is-pricing-price { font-weight:800; font-size:1.1rem; white-space: nowrap; }
.is-pricing-currency { font-weight:700; margin-right:6px; }