
/*
 * Lux Skin contact e-mail hotfix.
 * Deliberately narrow selectors: no theme typography/layout overrides.
 */
a.luxskin-contact-link.luxskin-email {
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
    cursor: pointer;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a.luxskin-contact-link.luxskin-email:hover,
a.luxskin-contact-link.luxskin-email:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.16em;
}

a.luxskin-contact-link.luxskin-email:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* Keep pseudo-elements from stealing the click if a theme decorates the link. */
a.luxskin-contact-link.luxskin-email::before,
a.luxskin-contact-link.luxskin-email::after {
    pointer-events: none !important;
}
