span.tooltip-trigger,span.tooltip,a.tooltip {
    text-decoration:underline;
    text-decoration-style: wavy;
text-underline-offset: 2px; /* Adjust as needed */
    text-decoration-color: darkslategray;
    /*text-decoration-style: dashed;*/
}

span.tooltip-trigger.tooltip-missing {
    background-color:red;
}

.tippy-content h5 {
    margin-top:0;
}

.tippy-content a.more {
    
}

.tippy-content p {
    margin-bottom:5px;
}