.ai4ai-motion-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-flex;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 0;
  justify-content: center;
  height: 44px;
  line-height: 1;
  padding: 0;
  width: 44px;
  touch-action: manipulation;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ai4ai-motion-toggle img {
  display: block;
  height: 44px;
  width: 44px;
}

.ai4ai-motion-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.2);
  outline: none;
}
