.forum-thread{max-width:850px}.forum-thread h2{font-size:clamp(1.7rem,3vw,2.5rem);margin:3rem 0 1.5rem}.forum-question{padding:2rem;border-radius:20px;background:#fff;border:1px solid var(--line)}.forum-question p{font-size:1.2rem}.forum-answer-list{list-style:none;counter-reset:reply;padding:0;display:grid;gap:1rem}.forum-answer{counter-increment:reply;position:relative;padding:1.35rem 1.5rem 1.35rem 4rem;background:#fff;border:1px solid var(--line);border-radius:18px}.forum-answer:before{content:counter(reply,decimal-leading-zero);position:absolute;left:1.4rem;top:1.25rem;color:var(--blue);font-weight:800}.forum-answer strong{display:block;margin-bottom:.35rem}.forum-answer p{margin:0;color:#344f62}.forum-thread>.notice{margin:0 0 2rem}
