style.cssspan:has(>span.deco-\+.deco-_) {
text-decoration: none !important;
}
span.deco-\+.deco-_[class*="deco-\+ deco-_"] {
text-decoration-line: underline;
text-decoration-color: #f00;
text-decoration-style: wavy;
}
span.deco-\+.deco-_[class*="deco-\_ deco-+"] {
text-decoration-line: underline;
text-decoration-color: #fa0;
text-decoration-style: wavy;
}