#customerServiceModal { align-items:center; justify-content:center; backdrop-filter:none; }
#customerServiceModal .customer-service-modal { min-height:0; max-height:100%; transform:none; animation:none; }
#customerServiceModal .customer-service-messages { min-height:0; overscroll-behavior:contain; }
#customerServiceModal .customer-service-quick { max-height:110px; overflow:auto; }
#customerServiceModal .customer-service-bubble { white-space:pre-wrap; overflow-wrap:anywhere; }
#customerServiceModal .cs-site-image { display:block; max-width:100%; max-height:260px; object-fit:contain; }
#customerServiceModal textarea { font-size:16px; }
#customerServiceModal button { letter-spacing:0; }
@media(max-width:600px) {
  #customerServiceModal { height:var(--cs-viewport-height,100dvh); top:var(--cs-viewport-top,0px); bottom:auto; }
  #customerServiceModal .customer-service-modal { height:100%; }
}
