.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4,
.rich-text-content h5,
.rich-text-content h6 {
    margin: 1rem 0 0.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.rich-text-content h1 { font-size: 2rem; }
.rich-text-content h2 { font-size: 1.75rem; }
.rich-text-content h3 { font-size: 1.5rem; }
.rich-text-content h4 { font-size: 1.25rem; }
.rich-text-content h5 { font-size: 1.125rem; }
.rich-text-content h6 { font-size: 1rem; }

.rich-text-content .text-align-center {
    text-align: center;
}

.rich-text-content ul,
.rich-text-content ol {
    margin: 0 0 1rem 1.25rem;
}

.rich-text-content blockquote {
    margin: 1rem 0;
    padding-left: 1rem;
    border-left: 3px solid #3f4a7c;
}
