.forum-topic-head{border-radius:18px;padding:30px}.forum-topic-head h1{font-size:clamp(30px,4vw,45px);letter-spacing:-.02em;margin-top:13px}.forum-author-card,.forum-post-author{align-items:center;display:flex;gap:11px}.forum-author-card{background:var(--forum-soft);border-radius:14px;margin:20px 0;padding:12px 14px;width:max-content;max-width:100%}.forum-author-card>span:last-child,.forum-post-author>span:nth-child(2){display:grid}.forum-author-card strong,.forum-post-author strong{color:var(--forum-ink);font-size:15px}.forum-author-card small,.forum-post-author small{color:var(--forum-muted);font-size:12px;margin-top:2px}.forum-author-card small i,.forum-post-author small i{color:var(--forum-gold)}.forum-avatar-large{height:50px;width:50px}.forum-topic-body{border-top:1px solid var(--forum-line);padding-top:22px}.forum-post-list{counter-reset:reply}.forum-post-rich{border-radius:16px;counter-increment:reply;padding:22px 24px;position:relative}.forum-post-rich:after{color:#b9c4c8;content:"# " counter(reply);font-size:12px;font-weight:800;left:18px;position:absolute;top:18px}.forum-post-author{border-bottom:1px solid var(--forum-line);margin-bottom:17px;padding-bottom:14px}.forum-post-author .forum-badge{margin-right:auto}.forum-post-body{font-size:17px}.forum-form-box{border-radius:18px}.forum-form-box textarea.forum-field{background:#fbfdfd;border-radius:12px}.forum-related{margin-top:24px}.forum-related .forum-feed-heading a{color:var(--forum-brand-dark);font-weight:800;text-decoration:none}.forum-related-grid{display:grid;gap:13px;grid-template-columns:repeat(3,1fr)}.forum-related-grid>a{background:#fff;border:1px solid var(--forum-line);border-radius:14px;box-shadow:0 8px 24px rgba(21,32,43,.05);display:grid;gap:14px;padding:18px;text-decoration:none;transition:.18s ease}.forum-related-grid>a:hover{border-color:rgba(15,127,149,.38);transform:translateY(-2px)}.forum-related-grid strong{color:var(--forum-ink);font-size:16px;line-height:1.45}.forum-related-grid span{color:var(--forum-muted);font-size:12px}@media(max-width:760px){.forum-topic-head{padding:21px}.forum-related-grid{grid-template-columns:1fr}.forum-author-card{width:100%}.forum-post-rich{padding:18px}.forum-post-rich:after{display:none}}
