.text-link {
    color: #3FAE29;
    cursor: pointer;
    text-decoration: underline;
    word-break: break-all;
}

.text-link:hover {
    opacity: 0.8;
    transition: all 0.3s;
}