/* Compact, unbreakable numeric stack */
.ie-price-host,
.ie-price-stack,
.ie-price-stack *{color:inherit!important}

.ie-price-stack{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.2;
  gap:2px;
  word-break: normal!important;
  overflow-wrap: normal!important;
  hyphens: none!important;
}
.ie-price-min,.ie-price-max,.ie-price-unit,.ie-price-sep{
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  direction:ltr!important;
  unicode-bidi:isolate!important;
}

.ie-price-min,.ie-price-max{font-weight:700}
.ie-price-sep,.ie-price-unit{font-weight:600;opacity:.9}

/* Neutral host */
.ie-price-host{display:inline-block!important}

/* Wide-table pill removal is now done inline via JS (inline !important) */

/* Note under the host */
.ie-price-note{
  display:block;
  margin-top:6px;
  font-size:.9em;
  opacity:.78;
  text-align:center;
  word-break:break-word;
  overflow-wrap:anywhere;
}

/* Price cell alignment */
td[data-ie-price-stacked]{text-align:center!important;vertical-align:middle!important;height:auto!important;min-height:0!important}

@media (max-width: 480px){
  .ie-price-stack{gap:1px}
  .ie-price-note{font-size:.85em}
}