/* Woo Dirham Logo for AED by Ashpaq — Graphic left-first, baseline-aligned */
.woocommerce-price-suffix .rb-aed-logo,
.woocommerce-Price-amount .rb-aed-logo { vertical-align: baseline; }

/* Size relative to the surrounding text to keep it on the same line */
.rb-aed-logo {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.12em 0 0;  /* small gap to the amount (we also add a narrow nbsp in HTML) */
  vertical-align: -0.08em; /* nudge to align with digits baseline across common Woo themes */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Use the embedded image (placed alongside this CSS file) */
.rb-aed-logo--img {
  background-image: url('dirham-logo.jpg');
}

/* Keep logo + amount together */
.rb-aed-logo + .woocommerce-Price-amount { white-space: nowrap; }

/* Mobile tweaks */
@media (max-width: 480px) {
  .rb-aed-logo {
    width: 0.95em;
    height: 0.95em;
    margin-right: 0.1em;
    vertical-align: -0.06em;
  }
}
