/* The Windows desktop host owns the single progress overlay. */
.execution-progress{display:none!important}
.execution-actions{grid-template-columns:1fr 1fr 1fr}
.execution-pause{border:1px solid #cfd6ec;background:#f5f7ff;color:#4052bb}
.execution-pause:hover{border-color:#7d8de2;background:#edf0ff}
.execution-pause span,.execution-cancel span{display:inline-grid;min-width:12px;margin-right:4px;font-weight:900}
.execution-cancel{color:#b33c4b;border-color:#ead5d8}
.execution-cancel:hover{background:#fff3f4}
.execution-progress:has(.execution-pause[aria-label="Resume execution"]) .execution-orbit:before{animation:none;border:0;width:auto;height:auto;content:"Ⅱ";color:#fff;font-weight:900}
.execution-progress:has(.execution-pause[aria-label="Resume execution"]) .execution-track i{animation-play-state:paused}
@media(max-width:480px){.execution-actions{grid-template-columns:1fr 1fr}.execution-view{grid-column:1/-1}}
