/* Style the anchor element */
.card-link-cards .link,
.card-link-duotag .link,
.card-link-ecg .link,
.card-link-simcription .link {
    text-decoration: none; /* Remove default underline */
    color: inherit; /* Inherit the text color from the parent element */
}

/* Add underline on hover */
.card-link-cards:hover .link,
.card-link-duotag:hover .link,
.card-link-ecg:hover .link,
.card-link-simcription:hover .link {
    text-decoration: underline;
}
