/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Rich text content styles (TinyMCE output) */
.rich-text-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2D2D3A;
}

.rich-text-content h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.rich-text-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.rich-text-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.rich-text-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.rich-text-content p {
  margin-bottom: 0.75rem;
}

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

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

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

.rich-text-content li {
  margin-bottom: 0.25rem;
}

.rich-text-content a {
  color: #E8604C;
  text-decoration: underline;
}

.rich-text-content a:hover {
  color: #D4503E;
}

.rich-text-content strong,
.rich-text-content b {
  font-weight: 600;
}

.rich-text-content em,
.rich-text-content i {
  font-style: italic;
}

.rich-text-content blockquote {
  border-left: 4px solid #E5E2DE;
  padding-left: 1rem;
  margin-left: 0;
  font-style: italic;
  color: #6B7280;
}
