/* Shared directional arrow: use an outlined SVG instead of the platform
   U+2197 glyph, which iOS/iPadOS may substitute with a solid symbol. */
.ba-arrow-ne {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  display: inline-block;
  overflow: visible;
  vertical-align: -0.12em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ba-arrow-ne path {
  vector-effect: non-scaling-stroke;
}
