.latex-block {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
  min-height: 60px;
  overflow-x: auto;
  white-space: pre-wrap;
}

.latex-preview {
  min-height: 40px;
  white-space: pre-wrap;
}

/* 就地编辑高亮 */
.editable {
  cursor: pointer;
}

.editable:hover {
  background-color: rgba(59, 130, 246, 0.05);
}

.editable.editing {
  background-color: #fff;
}

/* HTMX 加载指示器 */
.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator {
  display: inline;
}

.htmx-request.htmx-indicator {
  display: inline;
}
