.web-workflow{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.web-workflow-content{flex:1;min-width:0;min-height:0;display:flex}.web-workflow-notice{color:#50627f;background:#eff4fc;border-bottom:1px solid #dfe7f5;flex-shrink:0;align-items:center;gap:10px;padding:10px clamp(22px,3vw,44px);font-size:13px;line-height:1.65;display:flex}.web-workflow-notice>div{flex-wrap:wrap;flex:1;gap:4px 12px;min-width:0;display:flex}.web-workflow-notice strong{color:#344a6f;font-weight:600}.web-workflow-notice[data-failed=true]{background:#fff8e9;border-color:#eedfbf}.web-workflow-notice button{color:#2852b8;cursor:pointer;min-height:44px;font:inherit;background:#fff;border:1px solid #cbd6e8;border-radius:6px;flex-shrink:0;padding:8px 12px}.web-workflow-notice button:focus-visible{outline-offset:2px;outline:3px solid #adc1f3}.web-workflow-spinner{border:2px solid #cddbf5;border-top-color:#3569dc;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite web-workflow-spin}@keyframes web-workflow-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.web-workflow-spinner{animation:none}}