/* A denser mobile layout for the floating support conversation. */
.support-chat[dir="rtl"],.support-chat[dir="rtl"] .support-chat__body{direction:rtl}
.support-chat[dir="ltr"],.support-chat[dir="ltr"] .support-chat__body{direction:ltr}

@media(max-width:600px){
  .support-modal{padding:0 10px max(58px,calc(env(safe-area-inset-bottom) + 48px))}
  .support-chat{width:min(calc(100% - 18px),390px);height:min(72dvh,560px);max-height:min(72dvh,560px);border-radius:13px}
  .support-chat__header{padding:10px 12px}
  .support-agent{gap:8px}.support-agent__avatar{width:33px;height:33px;font-size:17px;box-shadow:0 0 0 3px #ffffff18}.support-agent strong{font-size:11px}.support-agent small{gap:4px;margin-top:2px;font-size:8px}.support-close{width:28px;height:28px;font-size:16px}
  .support-chat__body{gap:8px;padding:10px 11px}.support-chat__date{padding:4px 8px;font-size:7px}.support-message{max-width:86%;padding:8px 10px;border-radius:10px;font-size:9px;line-height:1.7}.support-message__sender{margin-bottom:3px;font-size:8px}.support-message time{margin-top:3px;font-size:7px}.support-message__file{margin-top:5px;padding:5px 6px;font-size:8px}.support-message__file.is-image{grid-template-columns:46px minmax(0,1fr) auto}.support-message__file.is-image img{width:46px;height:35px}
  .support-composer.support-composer--compact{padding:7px 9px 9px}.floating-chat-composer{border-radius:17px}.support-composer--compact .floating-chat-composer textarea{min-height:42px;padding:10px 12px 3px!important;font-size:9px!important;line-height:1.65}.floating-chat-composer__toolbar{min-height:39px;padding:3px 6px 6px;gap:5px}.floating-chat-composer__toolbar>small{display:none}.floating-chat-composer__toolbar>div>span,.support-composer--compact .support-attach{width:27px;height:27px;font-size:16px}.support-composer--compact .support-send{width:31px;height:31px;font-size:16px}.support-composer--compact .support-attachment{margin:2px 7px 0;padding:5px 7px;font-size:8px}
}
@media(max-width:380px){.support-chat{height:70dvh;max-height:70dvh}.support-chat__header{padding:9px 10px}.support-chat__body{padding:9px}.support-message{max-width:88%}}
