.mega-menu__link {
  display: flex;
  align-items: center;
  gap: var(--space--xx-sm);
  text-decoration: none;
  white-space: nowrap;
}

.mega-menu__link:hover .text {
  text-decoration: underline;
}
