/* Replace Font Awesome's .fa-arrow-right with custom SVG (site-wide) */
.fa-arrow-right::before,
.fas.fa-arrow-right::before,
.fa.fa-arrow-right::before {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url("/wp-content/uploads/2025/09/arrow-right.svg") no-repeat 50% 50% / contain;
          mask: url("/wp-content/uploads/2025/09/arrow-right.svg") no-repeat 50% 50% / contain;
  vertical-align: -0.125em;
}
