.nxw-price-savings{
  display:inline-flex; align-items:center; flex-wrap:wrap;
  gap:var(--nx-gap,10px);
}
.nxw-price-savings .nxw-price-current{
  font-weight:800; font-size:var(--nx-price-fs,28px);
  color:var(--nx-price-color,#3b271b); line-height:1;
}
.nxw-price-savings .nxw-price-compare{
  font-weight:700; font-size:var(--nx-compare-fs,22px);
  color:var(--nx-compare-color,#cfcfcf);
  text-decoration:line-through; opacity:.9; line-height:1;
}
.nxw-price-savings .nxw-price-badge{
  display:inline-flex; align-items:center; line-height:1; font-weight:800;
  font-size:var(--nx-badge-fs,14px); color:var(--nx-badge-color,#fff);
  background:var(--nx-badge-bg,#ef5350); padding:.55em .8em; border-radius:var(--nx-badge-radius,6px);
  text-transform:uppercase; letter-spacing:.3px;
}

/* Tablet (≈ 981px) */
@media (max-width:981px){
  .nxw-price-savings{ gap:8px; }
  .nxw-price-savings .nxw-price-current{ font-size:calc(var(--nx-price-fs,28px) - 2px); }
  .nxw-price-savings .nxw-price-compare{ font-size:calc(var(--nx-compare-fs,22px) - 2px); }
  .nxw-price-savings .nxw-price-badge{ font-size:calc(var(--nx-badge-fs,14px) - 1px); }
}
/* Mobile (≈ 767px) */
@media (max-width:767px){
  .nxw-price-savings{ gap:6px; }
  .nxw-price-savings .nxw-price-current{ font-size:calc(var(--nx-price-fs,28px) - 6px); }
  .nxw-price-savings .nxw-price-compare{ font-size:calc(var(--nx-compare-fs,22px) - 6px); }
  .nxw-price-savings .nxw-price-badge{ font-size:calc(var(--nx-badge-fs,14px) - 2px); padding:.5em .7em; }
}
