.actions button.action-enabled{background:#176b59;border-color:#176b59;color:#fff;cursor:pointer}
.actions button.action-enabled:disabled{opacity:.65;cursor:wait}
.liveness-result{margin:16px 0;padding:12px;border:1px solid var(--line);border-radius:6px;background:#f8fbfa}
.liveness-result strong{display:block}
.liveness-result.inactive{border-color:#e7c2bd;background:#fff7f6}
.liveness-result.unknown{border-color:#ead7ad;background:#fffaf0}
.liveness-result details{margin-top:8px}
.liveness-result summary{cursor:pointer;font-weight:650}
.liveness-result pre{max-height:240px;margin:8px 0 0;overflow:auto;white-space:pre-wrap;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}
