/* Space 2047 v6.4.7 — remove legacy hamburger, put Options at far left, remove obsolete helper text. */
#s2047-v51220-shell,
#s2047-v51220-open,
#s2047-hamburger-shell-v51217,
.s2047-menu-launcher,
.s2047-hamburger,
.s2047-old-menu-launcher,
.s2047-floating-menu-button,
[data-menu-launcher],
[data-s2047-menu-launcher],
button.action-menu,
[data-action="menu"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* The old lower helper sentence was generated by a pseudo element. */
.s2047-reference-hud .s2047-reference-player::after{
  content:none!important;
  display:none!important;
}

/* Desktop top bar: Options occupies the former hamburger position. */
.s2047-reference-hud .s2047-reference-topbar{
  grid-template-columns:max-content max-content minmax(235px,360px)!important;
  justify-content:start!important;
  align-items:center!important;
  gap:10px!important;
  padding-left:12px!important;
}
.s2047-reference-hud .s2047-reference-options{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:start!important;
  width:auto!important;
  min-width:0!important;
  height:42px!important;
  padding:0 14px!important;
  border-radius:12px!important;
  font-size:15px!important;
  white-space:nowrap!important;
}
.s2047-reference-hud .s2047-reference-logo{
  grid-column:2!important;
  grid-row:1!important;
  position:static!important;
  transform:none!important;
  width:auto!important;
  white-space:nowrap!important;
}
.s2047-reference-hud .s2047-reference-player{
  grid-column:3!important;
  grid-row:1!important;
}

@media(max-width:760px){
  .s2047-reference-hud .s2047-reference-topbar{
    grid-template-columns:max-content max-content minmax(170px,1fr)!important;
    padding-left:5px!important;
  }
  .s2047-reference-hud .s2047-reference-options{
    height:38px!important;
    padding:0 10px!important;
    font-size:13px!important;
  }
}
