.grid-cell-link {
    color: inherit;
    /* text-decoration: underline; */
}

.grid-cell-link::before {
    content: "\1F517"; /* Unicode for the link symbol */
    /* margin-right: 2px;  Space between the icon and text */
    color: inherit;
}
