/* Space 2047 v33 Safe Core - installable archive + popup/scroll stability */
.s2047-v33-safe-note{display:none!important;}
/* Keep every popup close X clickable above overlays */
[data-s2047-close], .s2047-location-close, .s2047-new-popup-close, .s2047-adventure-popup-x,
.s2047-live-modal-x, .s2047-dyn-close, .s2047-map-safe-close, .drawer-close,
.s2047-popup-close, .s2047-close, .modal-close, .popup-close{
  pointer-events:auto!important; cursor:pointer!important; z-index:1000005!important; position:relative;
}
#s2047LocationPopup, .s2047-location-popup, .s2047-new-image-popup, .s2047-live-modal,
.s2047-adventure-popup-overlay, .s2047-dyn-overlay, .s2047-map-safe-overlay{z-index:999999!important;}
/* Permanent scrollbars and arrows for living galaxy, civilisation and universe panels */
.s2047-live-grid>div, .s2047-live-box, .s2047-core-panel, .s2047-civ-box{
  overflow:hidden!important; min-height:0!important;
}
.s2047-v33-scroll-wrap{display:flex!important;flex-direction:column!important;min-height:0!important;height:100%;}
.s2047-v33-scroll-controls{display:flex!important;gap:8px;justify-content:center;align-items:center;position:sticky;top:0;z-index:5;background:rgba(0,8,24,.98);padding:6px 0 8px;margin:0 0 8px;border-bottom:1px solid rgba(34,215,255,.45)}
.s2047-v33-scroll-controls button{margin:0!important;padding:8px 14px!important;border-radius:999px!important;border:1px solid #ffd84d!important;background:#101a40!important;color:#ffd84d!important;font-weight:900!important;cursor:pointer!important;line-height:1!important;min-width:72px!important;}
.s2047-v33-scroll-body, .s2047-live-scroll-body, .s2047-core-scroll{
  overflow-y:scroll!important; overflow-x:hidden!important; -webkit-overflow-scrolling:touch; scrollbar-width:auto!important; scrollbar-color:#22d7ff rgba(0,0,0,.6)!important; flex:1 1 auto!important; min-height:0!important; padding-right:12px!important;
}
.s2047-v33-scroll-body::-webkit-scrollbar, .s2047-live-scroll-body::-webkit-scrollbar, .s2047-core-scroll::-webkit-scrollbar{width:16px!important;display:block!important;}
.s2047-v33-scroll-body::-webkit-scrollbar-track, .s2047-live-scroll-body::-webkit-scrollbar-track, .s2047-core-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.65);border-radius:999px;}
.s2047-v33-scroll-body::-webkit-scrollbar-thumb, .s2047-live-scroll-body::-webkit-scrollbar-thumb, .s2047-core-scroll::-webkit-scrollbar-thumb{background:#22d7ff;border-radius:999px;border:3px solid rgba(0,8,24,.95);}
@media(max-width:800px){.s2047-v33-scroll-controls button{min-width:76px;padding:9px 14px!important;}}


/* Space 2047 v46: never show v33 scroll controls inside the main Adventure text panel. */
#s2047-adventure-core .s2047-core-main .s2047-v33-scroll-controls,
.s2047-adventure-core .s2047-core-main .s2047-v33-scroll-controls,
#s2047-adventure-core .s2047-core-main [data-v33-scroll-up],
#s2047-adventure-core .s2047-core-main [data-v33-scroll-down]{
  display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;
}
