/* Decorative motion gets one compact icon treatment, independent of theme buttons. */
.patternpaste-designed .patternpaste-motion-control{appearance:none;box-sizing:border-box;display:grid;place-items:center;flex:none;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;margin:0;padding:0;border:1px solid color-mix(in srgb,currentColor 25%,transparent);border-radius:50%;background:transparent;color:inherit;box-shadow:none;font:inherit;font-size:0;line-height:1;letter-spacing:normal;text-indent:0;cursor:pointer}
.patternpaste-designed .patternpaste-motion-control::before{content:"";display:block;box-sizing:border-box;width:12px;height:14px;margin:0;border:0;border-inline:3px solid currentColor}
.patternpaste-designed .patternpaste-motion-control[aria-pressed="true"]::before{border:0;background:currentColor;clip-path:polygon(10% 0,100% 50%,10% 100%)}
.patternpaste-designed .patternpaste-motion-control::after{content:none}
.patternpaste-designed .patternpaste-motion-control:focus-visible{outline:2px solid currentColor;outline-offset:3px}
