.reading.reading-rich,
.reading-body {
    white-space: normal;
    line-height: 1.85;
    font-size: 14px;
    color: #1f2937;
}
.reading-rich p,
.reading-body p {
    margin: 0 0 0.85em;
}
.reading-rich p:last-child,
.reading-body p:last-child {
    margin-bottom: 0;
}
.reading-md-h1, .reading-md-h2, .reading-md-h3,
.reading-md-h4, .reading-md-h5, .reading-md-h6,
.reading-md-bracket {
    font-weight: 800;
    color: #4c1d95;
    line-height: 1.35;
    margin: 1.15em 0 0.55em;
}
.reading-md-h1 { font-size: 1.35rem; margin-top: 0; }
.reading-md-h2 { font-size: 1.2rem; }
.reading-md-h3, .reading-md-bracket { font-size: 1.08rem; }
.reading-md-h4 { font-size: 1rem; }
.reading-md-h5, .reading-md-h6 { font-size: 0.95rem; color: #5b4d6e; }
.reading-md-bracket {
    padding-left: 10px;
    border-left: 4px solid #8b5cf6;
}
.reading-md-li {
    padding-left: 0.25em;
}
.reading-rich strong, .reading-body strong {
    font-weight: 700;
    color: #312e81;
}
.me-detail-block .reading-body {
    max-height: min(65vh, 640px);
    overflow: auto;
    padding-right: 4px;
}
