        /* Trix Content - Lebih Specific */
.trix-content ul,
.trix-content ol {
    list-style: revert !important;
    padding-left: 2.5rem !important;
    margin: 1rem 0 !important;
}

.trix-content ul {
    list-style-type: disc !important;
}

.trix-content ol {
    list-style-type: decimal !important;
}

.trix-content li {
    list-style: inherit !important;
    display: list-item !important;
    margin: 0.5rem 0 !important;
    line-height: 1.6;
}

.trix-content ul ul {
    list-style-type: circle !important;
    margin: 0.25rem 0 !important;
}

.trix-content ul ul ul {
    list-style-type: square !important;
}

.trix-content ol ol {
    list-style-type: lower-alpha !important;
}

.trix-content strong {
    font-weight: 600;
}

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

.trix-content a {
    color: #0d6efd;
    text-decoration: underline;
}

.trix-content blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1rem;
    margin-left: 0;
    color: #6c757d;
    font-style: italic;
}

.trix-content pre {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    overflow-x: auto;
    font-size: 0.875rem;
}