/* Connection acknowledgement stays visible without obscuring game controls. */
.live-action-notice { margin: 10px 0; font-weight: 700; border: 2px solid #b9a2ff; }
.live-action-notice[hidden] { display: none; }
.option-button[aria-busy="true"] { opacity: 1; cursor: wait; }
