.guide-editor-preview {
  background: #f7f5f0;
  border: 1px solid rgba(31, 35, 40, 0.1);
  border-radius: 12px;
  padding: 24px;
}

.guide-editor-preview .guide-card:last-child {
  margin-bottom: 0;
}

.guide-editor-active-section {
  position: relative;
}

.guide-editor-body {
  min-height: 120px;
  border: 1px dashed rgba(31, 35, 40, 0.25);
  border-radius: 10px;
  padding: 12px;
  outline: none;
}

.guide-editor-body[contenteditable="false"] {
  border-color: transparent;
  padding: 0;
}

.guide-editor-body [data-guide-editable][contenteditable="true"] {
  outline: 1px dashed rgba(200, 42, 23, 0.55);
  outline-offset: 3px;
  cursor: text;
}

.guide-editor-body[data-guide-image-selection="true"] img {
  cursor: pointer;
}

.guide-editor-body img.guide-editor-image-selected {
  outline: 4px solid #c82a17;
  outline-offset: 3px;
}

.guide-editor-context-card {
  opacity: 0.72;
  pointer-events: none;
}

.guide-editor-context-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .guide-editor-preview {
    padding: 12px;
  }
}
