/* KI-Lern-Chat – Direkteinstieg
   Der große Einleitungsblock ist entfernt. Der Chat nutzt den gewonnenen Platz. */

.learning-chat-main {
  padding-top: 12px;
}

.learning-chat-layout {
  height: clamp(680px, calc(100vh - 150px), 960px);
}

@media (max-width: 860px) {
  .learning-chat-main {
    padding-top: 10px;
  }

  .learning-chat-layout {
    height: clamp(680px, calc(100vh - 140px), 920px);
  }
}

@media (max-width: 620px) {
  .learning-chat-main {
    padding-top: 8px;
  }

  .learning-chat-layout {
    height: clamp(690px, calc(100vh - 130px), 900px);
  }
}
