action-button,action-select{display:inline-block}@keyframes action-spin{to{rotate:1turn}}action-button:is([state=running],[state=done],[state=failed]) button:after,action-select:is([state=running],[state=done],[state=failed]):after{margin-left:.5em}action-button[state=running] button:after,action-select[state=running]:after{content:"";display:inline-block;width:.8em;height:.8em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;vertical-align:-.1em;animation:action-spin .6s linear infinite}action-button[state=done] button:after,action-select[state=done]:after{content:"\2713";color:green}action-button[state=failed] button:after,action-select[state=failed]:after{content:"\2717";color:#a02020}action-report{display:block;margin-top:.5em;padding:.5em .75em;border:1px solid;border-radius:4px}action-report:empty{display:none}action-report[state=done]{border-color:#2d7a2d;background:#eef7ee}action-report[state=failed]{border-color:#a02020;background:#fdeeee}action-report :is(strong,p,ul){margin:.25em 0}action-report>:first-child{margin-top:0}action-report>:last-child{margin-bottom:0}action-report strong{display:block}action-report ul{padding-left:1.5em}
