/* Кастомные стили для KazGuardDLP */

/* Исправление обрезанных названий меню */
.menu-item .menu-link .menu-text,
.menu-sub .menu-link .menu-text {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.4 !important;
  max-width: 100% !important;
}

/* Увеличить высоту пунктов меню для длинных названий */
.menu-vertical .menu-item .menu-link {
  min-height: 48px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Подменю */
.menu-sub .menu-item .menu-link {
  min-height: 42px !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

/* Логотип в меню */
.app-brand-logo img {
  max-height: 38px;
  width: auto;
}

/* Название системы рядом с логотипом */
.app-brand-text {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}
