/* Rich Text Content (CKEditor) */
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
    color: var(--text-primary);
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.text-secondary p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.text-secondary ul,
.text-secondary ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.text-secondary li {
    margin-bottom: 0.5rem;
}

.text-secondary a {
    color: var(--primary);
    text-decoration: underline;
}

.text-secondary a:hover {
    color: var(--primary-dark);
}

.text-secondary blockquote {
    border-left: 4px solid var(--primary);
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--text-muted);
}

.text-secondary strong {
    font-weight: 600;
    color: var(--text-primary);
}

.text-secondary em {
    font-style: italic;
}