/* XSIZE CRM v1.5.0 PART 19 — full-width settings / amoCRM site chat */
#settingsView .settings-grid{
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  max-width:none!important;
  align-items:start;
}
#settingsView .settings-grid > .panel{
  grid-column:1 / -1!important;
  width:100%!important;
  max-width:none!important;
  min-width:0;
  box-sizing:border-box;
}
#settingsView #siteChatSettingsPanel,
#settingsView .amo-channels-panel,
#settingsView .amo-wa-bridge-box,
#settingsView .settings-messenger-routing,
#settingsView .settings-employee-channels{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box;
}
#settingsView .amo-channel-fields{
  grid-template-columns:repeat(3,minmax(220px,1fr))!important;
}
#settingsView .amo-account-id{
  max-width:760px!important;
}
#settingsView .amo-wa-bridge-box code{
  white-space:normal;
  overflow-wrap:anywhere;
}
@media(max-width:1250px){
  #settingsView .amo-channel-fields{grid-template-columns:repeat(2,minmax(220px,1fr))!important}
}
@media(max-width:760px){
  #settingsView .amo-channel-fields{grid-template-columns:1fr!important}
}
