Ich weiß ja nicht, aber ...
.card:has(a:hover) .title, .card:focus-within .title {
text-decoration-line: underline;
}
.card .title .notabene {
display: block;
font-size: 70%;
text-decoration-line: none !important;
}
da würde mir ein Hinweis fehlen auf .notabene.a:hover mit text-decoration-line:none
vielleicht hilft das?