#ai-chat-widget-container.open,
#ai-chat-widget-container.open #ai-chat-iframe {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  z-index: 9999 !important;
  background: #000 !important;
  transform: none !important;
  box-sizing: border-box !important;
  padding-bottom: env(safe-area-inset-bottom, 16px) !important;
}

@supports (height: 100dvh) {
  #ai-chat-widget-container.open,
  #ai-chat-widget-container.open #ai-chat-iframe {
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
  }
} 