.rich-content {
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.rich-content p {
    margin: 0 0 0.75em;
}

.rich-content p:last-child {
    margin-bottom: 0;
}

.rich-content strong {
    font-weight: 700;
}

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

.rich-content a {
    color: var(--tigsi-purple, #667eea);
    text-decoration: underline;
    word-break: break-word;
}

.rich-content a:hover {
    opacity: 0.85;
}

.rich-content ul,
.rich-content ol {
    margin: 0.5em 0 0.75em;
    padding-left: 1.5em;
}

.rich-content li {
    margin-bottom: 0.35em;
}

.rich-content blockquote {
    margin: 0.75em 0;
    padding-left: 1em;
    border-left: 3px solid rgba(102, 126, 234, 0.35);
    opacity: 0.9;
}

.rich-content--preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
