/**
 * TipTap Rich Text Editor Content Styles
 * Extracted from inline styles for CSP compliance
 */

/* TipTap Rich Text Editor content styles */
.tiptap-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
  line-height: 1.3;
}

.tiptap-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #111827;
  line-height: 1.3;
}

.tiptap-content p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #4B5563;
}

.tiptap-content ul,
.tiptap-content ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.tiptap-content ul {
  list-style-type: disc;
}

.tiptap-content ol {
  list-style-type: decimal;
}

.tiptap-content li {
  margin-bottom: 0.25rem;
  color: #4B5563;
  line-height: 1.6;
}

.tiptap-content strong {
  font-weight: 600;
  color: #111827;
}

.tiptap-content em {
  font-style: italic;
}
