
/* V325 - Modal apenas para chat IA */
.ai-route-dialog-v323{
  width:min(620px, calc(100vw - 48px))!important;
  height:min(700px, calc(100vh - 48px))!important;
}

.ai-route-head-v323 small{
  display:none!important;
}

.ai-route-frame-v323{
  background:#f8fafc!important;
}

@media(max-width:900px){
  .ai-route-dialog-v323{
    left:8px!important;
    right:8px!important;
    top:8px!important;
    bottom:8px!important;
    width:auto!important;
    height:auto!important;
  }
}
