.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: blue !important;
    font-weight: 500;
    text-decoration: none !important;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
    color: blue !important;
    text-decoration: underline !important;
    font-weight: 500;
}

