/* Prevents weird underline effect on links */
a:hover:not(.list-menu__item):not(.snippet__value):not(.focus-inset__type) {
    text-decoration: none !important;
}
