/* Reduce vertical spacing for all submenu levels in TB Mega Menu */
.tbm-subnav .tbm-item {
  margin-bottom: 2px !important; /* Controls the space between items */
}

.tbm-subnav .tbm-link {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  line-height: 1.2 !important;
}
.tbm-subnav .tbm-item {
  margin-bottom: 0px !important;
}

.tbm-subnav .tbm-link {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  font-size: 0.95rem !important;
}

/* Apply to all submenu levels in TB Mega Menu */
.tbm-subnav .tbm-link {
  font-size: 0.9rem !important; /* 90% of base size */
  line-height: 1.2 !important;
}
