.prose-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    color: #094f34;
}

.prose-content p {
    margin-bottom: 0.75rem;
    line-height: 1.9;
}

.prose-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.9;
}

.prose-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 0.75rem 0;
}

/* ธีมไว้อาลัย (ขาว-ดำ) */
html.mourning body > header,
html.mourning body > footer,
html.mourning body > div,
html.mourning body > main > *:not(#mapSection):not(#mourningRibbon):not(#chatWidget) {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
