/* =========================================================
   Generic category ONLY (lm-category--generic)
   - spacing title <-> list
   - items one below another with gap
   ========================================================= */
#lm-root .lm-category--generic{
  /* po želji: malo “zraka” oko cijelog bloka */
  margin-top: 10px;
}

#lm-root .lm-category--generic .lm-category__title{
  /* naslov je bio “preblizu” itemima */
  margin: 0 0 14px 0;
  line-height: 1.15;
}

#lm-root .lm-category--generic .lm-category__items{
  display: flex;
  flex-direction: column;
  gap: 18px; /* razmak između itema */
}