/* Axis v0.12.9 — Lucy chat stretch: чат занимает всю рабочую ширину страницы */
.lucy-page .axis110-chat {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lucy-page > .home-composer {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lucy-page .axis110-chat .axis-chat-message {
  max-width: min(74%, 860px) !important;
}
.lucy-page .axis110-chat .axis110-action-card,
.lucy-page .axis110-chat .axis110-history,
.lucy-page .axis110-chat .axis110-empty-chat {
  width: 100% !important;
  max-width: none !important;
}
@media (min-width: 1080px) {
  .lucy-page .axis110-chat {
    max-height: clamp(330px, 40dvh, 500px);
  }
}
@media (max-width: 720px) {
  .lucy-page .axis110-chat,
  .lucy-page > .home-composer {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lucy-page .axis110-chat .axis-chat-message {
    max-width: 90% !important;
  }
}
