.trix-content {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.trix-content a {
  color: var(--color-primary-600, #2563eb);
  text-decoration: underline;
}

.trix-content ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: none;
}

.trix-content ol {
  list-style-type: decimal;
  padding-left: 2rem;
  margin: none;
}

.trix-content li {
  display: list-item;
  margin: 0.25rem 0;
}

.trix-content p {
  margin: 0.5rem 0;
}

.trix-content strong {
  font-weight: bold;
}

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

.trix-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

.trix-content h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.875rem 0;
}

.rich-text-area {
  min-height: 12rem;
  border: 1px solid var(--color-neutral-300, #d4d4d8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-family: inherit;
}

.rich-text-area:focus,
.rich-text-area:focus-visible {
  outline: none;
  border-color: var(--color-primary-500, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* Apply same styles to the editor itself */
trix-editor ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
}

trix-editor ol {
  list-style-type: decimal;
  padding-left: 2rem;
  margin: 1rem 0;
}

trix-editor li {
  display: list-item;
  margin: 0.25rem 0;
}

trix-editor p {
  margin: 0.5rem 0;
}

trix-editor strong {
  font-weight: bold;
}

trix-editor em {
  font-style: italic;
}

trix-editor h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

trix-editor h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.875rem 0;
}

trix-editor a {
  color: var(--color-primary-600, #2563eb);
  text-decoration: underline;
}
