.module-agent-standard-window .module-agent-panel {
  resize: both;
}

.module-agent-standard-window .module-agent-import-actions {
  display: flex;
}

.module-agent-standard-window .module-agent-memory-note {
  color: #9eb7d5;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 2px;
}

.module-agent-standard-window .module-agent-image-preview {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.module-agent-standard-window .module-agent-image-preview img {
  background: #fff;
  border: 1px solid rgba(108, 129, 158, 0.28);
  border-radius: 6px;
  max-height: 280px;
  object-fit: contain;
  width: 100%;
}

.module-agent-standard-window .module-agent-image-preview small {
  color: #9eb7d5;
}

@media (max-width: 760px) {
  .module-agent-standard-window {
    bottom: 12px;
    right: 12px;
  }

  .module-agent-standard-window .module-agent-panel {
    height: calc(100dvh - 76px);
    max-height: calc(100dvh - 76px);
    min-height: 0;
    width: calc(100vw - 24px);
  }
}
