.sp-megamenu-parent .wsk-menu-svg-icon,
.sp-dropdown .wsk-menu-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  background-size: contain;
  pointer-events: none;
}

.sp-dropdown-mega .sp-mega-group-child > li.sp-menu-item > a > span.wsk-menu-svg-icon {
  width: clamp(64px, 152%, 112px);
  height: clamp(64px, 152%, 112px);
  pointer-events: none;
}

.sp-dropdown-mega .sp-mega-group-child > li.sp-menu-item > a > i.wsk-menu-svg-icon {
  width: clamp(64px, 152%, 112px);
  height: clamp(64px, 152%, 112px);
  display: inline-block;
  pointer-events: none;
}

.sp-megamenu-parent .sp-dropdown-mega .sp-mega-group-child > li.sp-menu-item > a:has(> span.wsk-menu-svg-icon) .menu-item-label {
  font-size: 22px !important;
  line-height: 1 !important;
}

