/* Strata Chat Widget – embed styles */
/* z-index: max so chat sits above header, modals, etc. pointer-events: auto overrides Lenis which disables iframe clicks. */
.strata-chat-widget iframe {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 400px;
  height: 600px;
  border: none;
  border-radius: 24px;
  background: transparent;
  z-index: 2147483647;
  pointer-events: auto !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
