.floating-customer-widget {
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
}
