/* External links styling and behavior */
a[href^="http"]:not([href*="assiadialeb.github.io"]):not([href*="localhost"]):not([href*="127.0.0.1"]) {
    /* Add external link indicator */
    position: relative;
}

/* Remove the CSS arrow since JavaScript will handle it */
/* a[href^="http"]:not([href*="assiadialeb.github.io"]):not([href*="localhost"]):not([href*="127.0.0.1"])::after {
    content: "↗";
    font-size: 0.8em;
    margin-left: 0.2em;
    opacity: 0.7;
} */

/* Force external links to open in new window */
a[href^="http"]:not([href*="assiadialeb.github.io"]):not([href*="localhost"]):not([href*="127.0.0.1"]) {
    target: _blank;
}
