.ck-content ul,
.ck-content ol {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.ck-content ol {
    list-style: decimal;
}

/* เพิ่มใน global css หรือ inline <style> ก็ได้ */
.ck-content ul {
    @apply list-disc ml-6;
}

.ck-content ol {
    @apply list-decimal ml-6;
}

.font-prompt {
    font-family: 'Prompt', sans-serif;
}

.prose img {
    @apply mx-auto my-4 rounded shadow;
}