/* Right sidebar overrides for canvas action toolbar split cards */

#right-sidebar #canvas-action-toolbar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  justify-content: initial;
  align-items: stretch;
}

#right-sidebar #canvas-action-toolbar .toolbar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Ensure each inner card matches existing settings-card styling */
#right-sidebar #canvas-action-toolbar .settings-card {
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(2,6,23,0.04);
}

