/* Colonna conversazioni compatta e separata dal menu principale del CRM. */
@media(min-width:851px){
  .msg-shell{
    display:grid!important;
    grid-template-columns:300px minmax(0,1fr)!important;
    width:100%!important;
  }
  .msg-shell>.msg-side{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    grid-column:1!important;
    width:300px!important;
    min-width:300px!important;
    max-width:300px!important;
    height:100%!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#fbfaf7!important;
    border-right:1px solid #e7dac0!important;
    box-shadow:none!important;
    z-index:1!important;
  }
  .msg-shell>.msg-main{
    position:relative!important;
    inset:auto!important;
    grid-column:2!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  .msg-side-head{padding:20px 16px!important}
  .msg-side-head h2{font-size:25px!important}
  .msg-search{font-size:14px!important;padding:12px!important}
  .msg-people{padding:8px!important}
  .msg-person{grid-template-columns:44px minmax(0,1fr) auto!important;gap:10px!important;padding:10px!important}
  .msg-person .msg-avatar{width:44px!important;height:44px!important}
  .msg-person span{min-width:0!important}
  .msg-person b,.msg-person small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
}
