
    .rich-content {
    font-family: sans-serif;
    line-height: 1.6;
}

.rich-content h2,
.rich-content h3 {
    display: block;
    margin-top: 24px;
    margin-bottom: 16px;
}

.rich-content p {
    display: block;
    margin-bottom: 16px;
}

.rich-content ul {
    display: block !important;
    list-style-type: disc !important;
    padding-left: 30px !important;
    margin-bottom: 16px;
}

.rich-content li {
    display: list-item !important;
    margin-bottom: 8px !important;
}

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

.rich-content img {
    max-width: 80%;
}

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