/* Scoped to new subject / grade guides; existing landing pages are unchanged. */
.jd-guide .jd-grade-list { display:grid; gap:20px; margin:24px 0; }
.jd-guide .jd-grade-card,.jd-guide .jd-practice { padding:24px; border:1px solid #cfdbd0; border-radius:14px; background:#f7f9f0; }
.jd-guide .jd-grade-card h3,.jd-guide .jd-practice h3 { margin:0 0 14px; color:#173b32; }
.jd-guide .jd-grade-card h3 a { display:inline-flex; align-items:center; min-height:44px; text-underline-offset:5px; }
.jd-guide .jd-practice + .jd-practice { margin-top:20px; }
.jd-guide .jd-section p,.jd-guide .jd-facts,.jd-guide .jd-answer { font-size:17px; line-height:1.9; word-break:keep-all; overflow-wrap:anywhere; }
.jd-guide .jd-section h2,.jd-guide .jd-section h3,.jd-guide .jd-hero h1 { word-break:keep-all; overflow-wrap:anywhere; }
.jd-guide .jd-link { max-width:100%; white-space:normal; text-align:left; overflow-wrap:anywhere; }
.jd-guide .jd-practice { scroll-margin-top:140px; }
@media(max-width:760px) {
 .jd-guide .jd-grade-card,.jd-guide .jd-practice { padding:20px 16px; }
 .jd-guide .jd-section p,.jd-guide .jd-facts,.jd-guide .jd-answer { font-size:16px; line-height:1.85; }
 .jd-guide .jd-section h3 { font-size:20px; line-height:1.55; }
 .jd-guide .jd-toc { gap:8px; }
 .jd-guide .jd-hero h1 { font-size:29px!important; line-height:1.4; }
}
