// Runner-only overrides. Most layout is in flowchart_designer.scss (shared // tokens + .fr-runner-* classes there). This file is kept for future // runner-specific styling separation. .fr-runner-options .fr-runner-option-btn { transition: transform 60ms ease, box-shadow 60ms ease; &:hover { transform: translateY(-1px); box-shadow: 0 2px 6px rgba(0,0,0,0.1); } }