/* restored store chat dialog parity */
.product-detail-scroll-overlay .customer-service-dialog.el-dialog,
.product-detail-scroll-overlay .customer-service-dialog .el-dialog,
.customer-service-dialog.el-dialog,
.customer-service-dialog .el-dialog {
  width: 601px !important;
  max-width: calc(100vw - 24px) !important;
}
.customer-service-dialog .product-chat-shell,
.customer-service-dialog .chat-shell {
  width: 100% !important;
}
