/* .external-icon-link {
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 0 0px transparent;
    transition: text-shadow 0.2s ease, opacity 0.2s ease;
}

.external-icon-link:hover {
    text-decoration: none;
    opacity: 0.9;
    text-shadow: 0.5px 0 0, -0.5px 0 0;
} */

.external-icon-link {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    opacity: 1;
    transition: opacity 0.15s ease-in-out;
}

.external-icon-link:hover {
    text-decoration: none;
    opacity: 0.6;
}