/* Croprix icons — pair with sprite.svg:  <svg class="cx-icon"><use href="#cx-icon-check"/></svg> */
.cx-icon {
  width: 1.5em;
  height: 1.5em;
  flex: none;
  vertical-align: -0.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.cx-icon--sm {
  width: 1.25em;
  height: 1.25em;
}
.cx-icon--lg {
  width: 2em;
  height: 2em;
}
/* Directional icons mirror in RTL (decisions §7.2). */
[dir="rtl"] .cx-icon--rtl {
  transform: scaleX(-1);
}
