/* External Link Shoutouts */
a[href^="http"]
:where(
:not([href^="https://YourSiteHere.com"]),
:not([href^="http://YourSiteHere.com"])
)
:not([href^="mailto:"])
:not([href^="tel:"])
:not(:has(img, svg))::after {
content: "↗";
margin-left: 0.25em;
}