/**
 * Icon System — Dimi Affiliate
 * Styling for inline SVG icons rendered by Dimi_Affiliate_Icon_Renderer.
 * Sizing is em-based so icons scale with surrounding text.
 */
.di-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.15em;
  fill: currentColor;
  pointer-events: none;
}

.di-icon--xs { width: 0.875em; height: 0.875em; }
.di-icon--sm { width: 1em;     height: 1em; }
.di-icon--md { width: 1.25em;  height: 1.25em; }
.di-icon--lg { width: 1.5em;   height: 1.5em; }
.di-icon--xl { width: 2em;     height: 2em; }
