.removed-link {
    color: #0072c1;                /* match normal link color */
    cursor: help;                  /* help cursor, not pointer */
    transition: color 0.2s, text-decoration-style 0.2s;
}

.removed-link:hover {
    color: #ff8600;                    /* orange on hover */
    text-decoration: underline dotted; /* dotted underline */
}
