/* ---- Ahan Sazeh Price Fix (v1.1.1) ---- */
:root{
  --as-accent: var(--wp--preset--color--primary, var(--primary, var(--accent, #3b82f6)));
  --as-accent-weak: rgba(59,130,246,.25);
}

/* Neutralize pill/oval look */
.price-badge,
.ak-table .price-badge,
.as-price,
.ak-table .as-price {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.as-price{
  position: relative;
  display: inline-block;
  line-height: 1.35;
  word-break: keep-all;
}

/* Keep a subtle gap before currency */
.as-price .as-currency{
  padding-inline-start: .3ch;
  white-space: nowrap;
}

@media (min-width: 992px){
  .as-price .as-currency{ padding-inline-start: .4ch; }
}

/* Explicitly remove any underline from previous versions */
.as-price::after{ content:none !important; display:none !important; height:0 !important; }