:root {
  --bns-link-external-icon-color: #000000;
}
.bns-link-external a[target="_blank"]:not(.elementor-icon) {
  position: relative;
  margin-left: 1.25em;
}

.bns-link-external a[target="_blank"]:not(.elementor-icon)::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.15rem / 2);
  width: 0.85rem;
  height: 0.85rem;
  margin-left: -1.15em;
  background-color: var(--bns-link-external-icon-color);
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3h7v7'/><path d='M10 14L21 3'/><rect x='3' y='7' width='14' height='14' rx='2'/></svg>");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 3h7v7'/><path d='M10 14L21 3'/><rect x='3' y='7' width='14' height='14' rx='2'/></svg>");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  opacity: 1 !important;
}

body div.bns-link-external-white {
  --bns-link-external-icon-color: #ffffff;
}
body div.bns-link-external-primary {
  --bns-link-external-icon-color: var(--e-global-color-primary);
}
body div.bns-link-external-secondary {
  --bns-link-external-icon-color: var(--e-global-color-secondary);
}
body div.bns-link-external-accent {
  --bns-link-external-icon-color: var(--e-global-color-accent);
}
