/*
 * Provides a minimal styling for ActionText content
 * This file avoids JavaScript dependencies that cause asset pipeline issues
 */

.trix-content {
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

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

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

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

.trix-content ul,
.trix-content ol {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.trix-content blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #6b7280;
}

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

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

.trix-content a {
  color: #3b82f6;
  text-decoration: underline;
}

.trix-content a:hover {
  color: #1d4ed8;
}
