
/* Space 2047 v34 - adventure text box cleanup and permanent scrolling */
#s2047-v14-panel,
#s2047-v16-panel{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
#s2047-core-output,
#s2047-adventure-output,
.s2047-core-output,
.s2047-adventure-output,
.adventure-output,
.s2047-adventure-text{
  max-height:58vh!important;
  min-height:320px!important;
  overflow-y:scroll!important;
  overflow-x:hidden!important;
  scrollbar-width:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding-right:18px!important;
  box-sizing:border-box!important;
}
.s2047-v34-scroll-shell{
  position:relative!important;
  width:100%!important;
}
.s2047-v34-scroll-controls{
  position:sticky!important;
  top:0!important;
  z-index:20!important;
  display:flex!important;
  justify-content:flex-end!important;
  gap:8px!important;
  padding:6px 8px!important;
  pointer-events:none!important;
}
.s2047-v34-scroll-controls button{
  pointer-events:auto!important;
  border:1px solid rgba(255,225,140,.65)!important;
  border-radius:999px!important;
  min-width:44px!important;
  min-height:38px!important;
  padding:7px 14px!important;
  cursor:pointer!important;
  font-weight:900!important;
  background:linear-gradient(180deg,#f5e0a4,#ad8f45)!important;
  color:#17140b!important;
  box-shadow:0 0 12px rgba(255,220,130,.25)!important;
}
@media(max-width:700px){
  #s2047-core-output,#s2047-adventure-output,.s2047-core-output,.s2047-adventure-output,.adventure-output,.s2047-adventure-text{
    max-height:52vh!important;
    min-height:260px!important;
  }
  .s2047-v34-scroll-controls{justify-content:center!important;}
}


/* Space 2047 v46: remove the old yellow Adventure ▲▼ controls completely. */
#s2047-adventure-core .s2047-v34-scroll-controls,
.s2047-adventure-core .s2047-v34-scroll-controls,
.s2047-v34-scroll-controls{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
