/* HAMPAYAM_V253_VOICE_RECORDER_LAYOUT_START
 * Grow only the composer row while recording/preview is visible. The normal
 * composer, chat wallpaper, message bubbles and sidebar remain untouched.
 */
body.premium-ui .chat.hampayam-voice-panel-open{
  grid-template-rows:76px minmax(0,1fr) auto!important;
}

body.premium-ui .chat.hampayam-voice-panel-open #sendForm[data-telegram-composer="1"]{
  min-height:78px;
  max-height:min(44vh,300px);
  align-content:center;
  overflow:visible;
}

body.premium-ui .chat.hampayam-voice-panel-open #voicePanel:not([hidden]){
  flex:0 0 100%;
  width:100%;
  min-width:0;
  box-sizing:border-box;
}

body.premium-ui .chat.hampayam-voice-panel-open :is(.recording-state,.voice-preview){
  width:100%;
  min-width:0;
  box-sizing:border-box;
}

body.premium-ui .chat.hampayam-voice-panel-open .voice-preview audio{
  min-width:0;
  max-width:100%;
}

@media(max-width:760px){
  body.premium-ui .chat.hampayam-voice-panel-open,
  body.premium-ui .chat.open.hampayam-voice-panel-open,
  body.premium-ui .chat.selection-mode.hampayam-voice-panel-open{
    grid-template-rows:
      calc(68px + env(safe-area-inset-top,0px))
      minmax(0,1fr)
      auto!important;
  }

  body.premium-ui .chat.hampayam-voice-panel-open #sendForm[data-telegram-composer="1"]{
    min-height:calc(72px + env(safe-area-inset-bottom,0px));
    max-height:min(48dvh,320px);
    padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;
  }
}
/* HAMPAYAM_V253_VOICE_RECORDER_LAYOUT_END */
