.tm-xot-drop {
  border: 2px dashed var(--bs-border-color);
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  background: var(--bs-tertiary-bg);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tm-xot-drop:hover {
  border-color: var(--bs-primary);
}
.tm-xot-drop--drag {
  border-color: var(--bs-primary);
  background: rgba(13, 110, 253, 0.08);
}
#tm-xot-log {
  font-size: 0.8rem;
  max-height: 14rem;
}

.tm-xot-preview-section {
  max-width: 100%;
}
.tm-xot-preview-host {
  min-height: 12rem;
  max-height: min(70vh, 560px);
  overflow: auto;
  padding: 0.5rem;
}
.tm-xot-preview-host svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(65vh, 520px);
}
