/* v89 Test as Player escape fix */
.test-player-exit-ribbon{
  position:sticky;
  top:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:9px 12px;
  background:rgba(241,177,64,.96);
  color:#1b1304;
  box-shadow:0 4px 14px rgba(0,0,0,.25);
  font-weight:800;
}
.test-player-exit-ribbon form{
  margin:0;
}
.test-player-exit-ribbon button{
  background:#1b1304;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:6px 12px;
  cursor:pointer;
}
