/* Lab Mega Menu 2.0.9
 * Mobile-only correction: vertically center the existing +/- trigger.
 * Intentionally does not change fonts, colors, borders, spacing, or category styles.
 */
@media (max-width: 767px) {
  .lab-menu-horizontal li.level-1 > .icon-drop-mobile {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
