.mega-menu a:where(:not(.wp-element-button)) {
  font-weight: 300;
}
.mega-menu a:where(:not(.wp-element-button)):hover {
  color: var(--wp--preset--color--contrast);
  opacity: 1;
}

.sub-menu-wrapper.navigation-dropdown {
  background: var(--wp--preset--color--tertiary);
}