.ll-content {
  position: relative;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.ll-content.opened {
  opacity: 1;
}

.ll-content-text {
  margin: 0;
  margin-bottom: 10px;
}
