<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mwai-timeless-theme .mwai-content {
  padding: 3rem 0;
  background-color: #fcfcfc !important;
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.7)), url('https://integrallife.com/wp-content/uploads/2025/06/context-background-scaled.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.mwai-timeless-theme .mwai-conversation,
.mwai-timeless-theme .mwai-input {
  max-width: 860px !important;
  margin: 0 auto;
  width: 100%;
}

.mwai-timeless-theme .mwai-text {
  letter-spacing: 0em;
  line-height: 1.5;
}

.mwai-timeless-theme .mwai-conversation .mwai-reply {
  padding: .5rem 1rem !important;
  position: relative;
}

.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-timeless-theme .mwai-text h1,
.mwai-timeless-theme .mwai-text h2,
.mwai-timeless-theme .mwai-text h3,
.mwai-timeless-theme .mwai-text h4 {
  margin-top: .5rem;
  margin-bottom: .75rem;
  font-family: var(--font-sans);
  font-weight: 600;
}

.mwai-timeless-theme .mwai-text h1 {
  font-size: 1.15rem !important;
}

.mwai-timeless-theme .mwai-text h2 {
  font-size: 1rem !important;
}

.mwai-timeless-theme .mwai-text h3 {
  font-size: 1rem !important;
}

.mwai-timeless-theme .mwai-text h4 {
  font-size: 1rem !important;
}

.mwai-timeless-theme .mwai-text p,
.mwai-timeless-theme .mwai-text li {
  line-height: 1.65 !important;
}

.mwai-timeless-theme .mwai-text hr {
  margin: 1.25rem 0 !important;
}

.mwai-timeless-theme .mwai-text ul,
.mwai-timeless-theme .mwai-text ol {
  margin-bottom: .5rem !important;
}

.mwai-timeless-theme .mwai-text iframe {
  margin: 1rem 0;
}

.mwai-timeless-theme .mwai-input {
  background-color: white !important;
  border-radius: 6px !important;
  border: 1px solid #eee !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04) !important;
}

.mwai-timeless-theme .mwai-input .mwai-input-text textarea {
  background: white !important;
  padding-left: .25rem !important;
}

.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) {
  z-index: 5 !important;
}

.ai-chat-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
  padding: 10px .25rem;
}

.ai-chat-header-wrap {
  max-width: 1440px;
  width: 97%;
  margin: 0 auto;
}

.ai-chat-header a img {
  max-width: 175px;
  width: 100%;
}

#wpadminbar {
  display: none !important;
}

.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-ai {
  background: transparent !important;
}</pre></body></html>