/* Geometry, not a font glyph: these arrows cannot become platform emoji.
   Keep existing span/i wrappers for layout, circles and hover animation. */
.rc-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: none;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (max-width: 640px) {
  .wc-direction > .rc-arrow { width: 1.3rem; height: 1.3rem; }
}
