/*
 * Child theme: underline overrides
 * Purpose: keep visual override in a standalone file so it's easy to edit
 * This file is enqueued after the child stylesheet and uses !important
 * to override more specific/inline parent rules when necessary.
 */
body a {
    text-decoration: none !important;
}

body a:link,
body a:visited,
body a[href] {
    text-underline-offset: 0.3em !important;
    text-decoration-thickness: 1px !important;
}

.entry-content a,
.entry-content a[href] {
    text-decoration: none !important;
}

body .encp-card a,
body .encp-card a:link,
body .encp-card a:visited,
body .encp-card a[href] {
    text-decoration: none !important;
}
