/* Keep the AI marker clear of the supporting label in the workflow visual. */
.ai-workbench-core::after {
  display: none;
}

.ai-core-orbit {
  top: 18px;
  right: 18px;
  left: auto;
}

@media (max-width: 680px) {
  .ai-core-orbit {
    top: 13px;
    right: 13px;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 6px rgba(192, 247, 170, 0.06);
    font-size: 0.7rem;
  }
}
