/* Контейнер морфинга */
#cabaret-container {
  overflow: hidden;
}

/* Блоки внутри контейнера — без лишних отступов */
#cabaret-container > .t-rec {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Плавность — убираем transition чтобы JS управлял вручную */
#cabaret-container > .t-rec {
  transition: none !important;
}

/* Spacer невидим */
#cabaret-spacer {
  pointer-events: none;
}