
.smartlight-link a {
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s ease;
}

.smartlight-link a:hover {
    border-bottom-color: currentColor;
}
</style>