/* V69 — single in-phone menu + taller scrollable phone */
body.page-communication-hub .phone-replica-shell .replica-hub-topbar .replica-hamburger{
  display:none!important;
}
body.page-communication-hub .phone-replica-shell .replica-topbar-left{
  gap:0!important;
  padding-left:2px!important;
}
body.page-communication-hub .phone-replica-shell .replica-hub-topbar{
  padding-left:14px!important;
}
body.page-communication-hub .hub-phone-frame{
  height:min(86svh,940px)!important;
  min-height:760px!important;
  max-height:940px!important;
  width:clamp(460px,31.5vw,535px)!important;
  max-width:535px!important;
}
body.page-communication-hub .hub-phone-screen{
  top:10px!important;
  bottom:10px!important;
}
body.page-communication-hub .phone-replica-shell .replica-chat-stage{
  min-height:0!important;
}
body.page-communication-hub .phone-replica-shell .replica-chat-scroll{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  padding-bottom:92px!important;
  scrollbar-width:thin!important;
}
body.page-communication-hub .phone-replica-shell .replica-composer-shell{
  position:absolute!important;
  left:52px!important;
  right:0!important;
  bottom:0!important;
  z-index:8!important;
  padding:0 14px 16px!important;
  background:linear-gradient(180deg,rgba(7,19,40,0),rgba(7,19,40,.92) 34%,rgba(7,19,40,.98))!important;
}
body.page-communication-hub .phone-replica-shell .replica-owner-pill{
  bottom:76px!important;
  right:18px!important;
}
body.page-communication-hub .phone-replica-shell .replica-avatar-rail{
  padding-top:20px!important;
}
body.page-communication-hub .commhub-phone-demo-section{
  padding-bottom:60px!important;
  overflow:visible!important;
}
body.page-communication-hub main{
  overflow:visible!important;
}
@media (max-height:850px){
  body.page-communication-hub .hub-phone-frame{
    height:790px!important;
    min-height:790px!important;
    max-height:none!important;
  }
  body.page-communication-hub .commhub-phone-demo-section{
    align-items:flex-start!important;
    padding-top:14px!important;
    padding-bottom:90px!important;
  }
}
@media (max-width:760px){
  body.page-communication-hub .hub-phone-frame{
    width:min(100%,410px)!important;
    min-width:0!important;
    height:790px!important;
    min-height:790px!important;
  }
}
