/* FIX: Remove horizontal lines after paragraphs */

/* Remove underline from all links by default */
a {
    text-decoration: none !important;
}

/* Only underline links in specific contexts if needed */
.content a,
article a,
.text-content a {
    text-decoration: underline;
}

/* Remove any unwanted borders */
p {
    border-bottom: none !important;
}