/* Design editor pane styles (Single responsibility: presentation only) */

.design-editor-pane {
  /* Space handled by internal card, keep container neutral */
}

.design-editor-pane .card {
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.design-editor-pane h6 {
  font-size: 0.95rem;
}

.design-editor-pane .btn-link {
  color: #6c757d;
}

.design-editor-pane .btn-link:hover {
  color: #495057;
}

/* Utility to push Design button to the right in inline flex bar (non-invasive) */
.flex-spacer { flex: 1 1 auto; }
