/* Inline SVG arrows keep the same line drawing on iOS, without emoji fallback. */
.pnz-line-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: none;
  vertical-align: -.125em;
  overflow: visible;
  pointer-events: none;
}
.pnz-line-arrow path { vector-effect: non-scaling-stroke; }
.workflow-direct .pnz-line-arrow,
.workflow-spec-link .pnz-line-arrow,
.workflow-explanation .pnz-line-arrow { width: 18px; height: 18px; }
.film-mobile-expand .pnz-line-arrow { width: 16px; height: 16px; }
