.subfooter__menu-items #teconsent > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.subfooter__menu-items #teconsent > a:hover {
  text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 currentColor,
  0 0.06ex 0 currentColor, 0 -0.06ex 0 currentColor;
  transition-duration: 0.3s;
  transition-property: all;
}
