.cc-yv368 .cc-1kr6o .cc-18ov6 .cc-1qbp0 .cc-otlyh[data-id="chat_opened"], .cc-yv368 .cc-1kr6o .cc-18ov6 .cc-1qbp0 .cc-otlyh[data-id="chat_closed"] {
      background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%) !important;

}


/* ================================
   Base Content Typography
================================ */

.prose {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.75;
  color: #1f2937;
  font-size: 14px;
}

/* ================================
   Headings
================================ */

.prose h1 {
  font-size: 32px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.prose h2 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 18px;
  line-height: 1.3;
}

.prose h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.prose h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 10px;
}

/* ================================
   Paragraphs
================================ */

.prose p {
  margin-bottom: 18px;
  color: #374151;
}

/* ================================
   Strong / Bold
================================ */

.prose strong {
  font-weight: 700;
  color: #111827;
}

/* ================================
   Links
================================ */

.prose a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.prose a:hover {
  text-decoration: underline;
  color: #1d4ed8;
}

/* ================================
   Lists
================================ */

.prose ul {
  margin: 18px 0;
  padding-left: 22px;
}

.prose li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.prose ul li::marker {
  color: #6366f1;
}

/* ================================
   Horizontal Rule
================================ */

.prose hr {
  margin: 40px 0;
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #d1d5db, transparent);
}

/* ================================
   Line Break spacing
================================ */

.prose br {
  line-height: 2;
}

/* ================================
   Emoji Headings Spacing Fix
================================ */

.prose h2,
.prose h3 {
  display: block;
}

/* ================================
   Responsive
================================ */

@media (max-width: 768px) {
  .prose {
    font-size: 16px;
  }

  .prose h1 { font-size: 26px; }
  .prose h2 { font-size: 20px; }
  .prose h3 { font-size: 16px; }
}

