.custom-link {
    cursor: pointer !important;      /* show pointer */
    text-decoration: none !important; /* remove underline */
}

.custom-link:hover {
    text-decoration: none !important; /* ensure no underline on hover */
    color: #409EFF;                   /* optional: Element default blue */
}
