.xyssl-link {
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
    transition: all 0.2s ease;
}

.xyssl-link:hover {
    border-bottom-style: solid;
}

.xyssl-link[title] {
    cursor: help;
}
