/* CTA action rendering: a stable vector arrow prevents platform emoji boxes. */
body.project-page .cta .cta-arrow {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 720px) {
  body.project-page .cta .cta-arrow {
    width: 11px;
    height: 11px;
  }
}
