/* JenseitsAkte V53 - dedicated live controls, shared by desktop and app */
#live-zoom-panel.live53-zoom-panel{
  position:absolute!important;
  z-index:60!important;
  right:84px!important;
  bottom:132px!important;
  width:min(360px,calc(100% - 112px))!important;
  min-width:0!important;
  display:block!important;
  padding:12px!important;
  border:1px solid rgba(233,205,157,.58)!important;
  border-radius:12px!important;
  background:rgba(24,18,13,.93)!important;
  color:#fff6e5!important;
  box-shadow:0 14px 34px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(9px)!important;
}
#live-zoom-panel.live53-zoom-panel[hidden]{display:none!important}
#live-zoom-panel.live53-zoom-panel>label{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 8px!important;
  color:#fff6e5!important;
  font-size:13px!important;
  font-weight:900!important;
}
#live-zoom-panel .live53-zoom-controls{
  width:100%!important;
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 40px!important;
  gap:7px!important;
  align-items:center!important;
}
#live-zoom-panel .live53-zoom-controls>button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:9px!important;
  background:#3b2a1c!important;
  color:#fff7e7!important;
  font-size:24px!important;
  font-weight:800!important;
  line-height:1!important;
}
#live-zoom-panel .live53-zoom-controls>button:active{transform:scale(.96)!important}
#live-zoom-panel .live53-zoom-controls>input[type="range"]{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  accent-color:#d1a461!important;
  touch-action:pan-x!important;
}
#live-zoom-panel .live53-zoom-help{
  display:block!important;
  margin-top:7px!important;
  color:#d8c7a9!important;
  font-size:10px!important;
  line-height:1.35!important;
}

.live53-mic-help{
  margin-top:7px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  border:1px solid rgba(216,171,112,.55)!important;
  background:rgba(49,34,22,.86)!important;
  color:#f8ead4!important;
  font-size:11px!important;
  line-height:1.42!important;
}
.live53-mic-help[hidden]{display:none!important}
.live53-mic-help strong{color:#fff!important}
.live53-mic-help button{
  margin-top:7px!important;
  min-height:34px!important;
  border:1px solid #d2ad73!important;
  border-radius:8px!important;
  background:#7a4c27!important;
  color:#fff8e9!important;
  padding:0 10px!important;
  font-weight:900!important;
}

@media(max-width:720px){
  #live-zoom-panel.live53-zoom-panel{
    right:62px!important;
    left:10px!important;
    bottom:188px!important;
    width:auto!important;
    max-width:none!important;
    padding:10px!important;
  }
  #live-zoom-panel .live53-zoom-controls{
    grid-template-columns:38px minmax(0,1fr) 38px!important;
    gap:6px!important;
  }
  #live-zoom-panel .live53-zoom-controls>button{
    width:38px!important;height:38px!important;min-width:38px!important;font-size:22px!important;
  }
}
