/* ─── QT Credit Coin Icon ─────────────────────────────────── */

.qt-coin {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  background: url('/assets/icons/qt-credit-coin-sm.svg') center/contain no-repeat;
  flex-shrink: 0;
}

/* Explicit sizes */
.qt-coin-xs { width: 12px; height: 12px; }
.qt-coin-sm { width: 16px; height: 16px; }
.qt-coin-md { width: 20px; height: 20px; }
.qt-coin-lg { width: 24px; height: 24px; }
.qt-coin-xl { width: 32px; height: 32px; }
.qt-coin-2xl { width: 48px; height: 48px; }

/* img variant (for <img> tags) */
img.qt-coin {
  background: none;
  vertical-align: -0.15em;
}
