/* MDS Dual Price - minimalist, sits under default price */
.mdsdp-excl-under{
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.2;
  opacity: .85;
}
.mdsdp-excl-under .mdsdp-label{
  margin-right: .25rem;
  font-weight: 500;
}
.mdsdp-excl-under .mdsdp-value{
  font-weight: 600;
}
/* Product page: keep it aligned with the main price block */
.product-prices .mdsdp-excl-under{
  display: block;
}
/* Listing cards */
.product-miniature .mdsdp-excl-under{
  display: block;
}


/* v1.0.6: "price first, suffix after" */
.mdsdp-excl-under .mdsdp-suffix{
  margin-left: .35rem;
  font-weight: 500;
  opacity: .85;
}
