.glossar-link {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    color: inherit;
    transition: all 0.2s ease;
}

.glossar-link:hover {
    text-decoration-style: solid;
    color: #0073aa; /* Standard WordPress Blue */
}
