.v-super-menu-section.theme-default {
  display: block;
  margin-bottom: 24px;

  &:last-child {
    margin-bottom: 0;
  }
}

.v-super-menu-section.theme-default .v-super-menu-section-label {
  padding-left: 16px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  color: var(--endpass-ui-color-grey-6);
}
