.forum-thread-acts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.forum-fav{height:24px;padding:0 10px;border:1px solid var(--lq-border);background:var(--lq-card);color:var(--lq-text);font-size:var(--lq-fs-note);line-height:22px;cursor:pointer;transform:none}.forum-fav:active,.forum-fav:disabled,.forum-fav:hover{border-color:var(--lq-orange);color:var(--lq-orange);transform:none}.forum-cta:disabled,.forum-fav:disabled,.forum-like:disabled,.forum-mod-btn:disabled,.forum-tip-preset:disabled{opacity:.65;cursor:wait}.forum-fav.is-on{border-color:var(--lq-orange);background:var(--lq-card-head);color:var(--lq-orange)}.forum-like{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border:1px solid var(--lq-border);background:var(--lq-card);color:var(--lq-text-2);font-size:var(--lq-fs-note);line-height:20px;cursor:pointer;transform:none}.forum-like:active,.forum-like:hover{border-color:var(--lq-orange);color:var(--lq-orange);transform:none}.forum-like.is-on{border-color:var(--lq-orange);background:var(--lq-card-head);color:var(--lq-orange)}.forum-like-mark{width:10px;height:10px;background:currentColor;clip-path:path("M6 11S1 7.6 1 4.4A2.6 2.6 0 0 1 6 3a2.6 2.6 0 0 1 5 1.4C11 7.6 6 11 6 11z");transform:scale(.9);opacity:.85}.forum-report{display:inline-block}.forum-report>summary{cursor:pointer;list-style:none}.forum-report>summary::-webkit-details-marker{display:none}.forum-report[open]>summary{color:var(--lq-danger)}.forum-report-form{position:relative;z-index:2;display:grid;gap:8px;min-width:min(320px,80vw);margin-top:6px;padding:10px;border:1px solid var(--lq-border);background:var(--lq-card)}.forum-report-form .forum-cta{justify-self:start}.forum-report-reasons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;margin:0;padding:0;border:0}.forum-report-reasons legend{padding:0;margin-bottom:4px;color:var(--lq-text-3);font-size:var(--lq-fs-note)}.forum-report-reasons label{display:flex;align-items:center;gap:6px;color:var(--lq-text);font-size:var(--lq-fs-body);cursor:pointer}.char-social{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.forum-mod-tag{margin-left:6px;padding:0 4px;border:1px solid var(--lq-orange);color:var(--lq-orange);font-size:11px;line-height:16px}.forum-tip-rail{display:grid;gap:8px;margin:10px 0 0;padding:10px 12px 12px;border:1px solid var(--lq-border);background:var(--lq-card-alt);scroll-margin-top:calc(var(--lq-topbar-h, 72px) + 12px)}.forum-tip-rail h2{margin:0;color:var(--lq-text);font-size:var(--lq-fs-title);font-weight:700;line-height:22px}.forum-tip-rail p{margin:4px 0 0;color:var(--lq-text-3);font-size:var(--lq-fs-note);line-height:20px}.forum-tip-list{display:grid;gap:2px;margin:8px 0 0;padding:0;list-style:none}.forum-tip-list li{display:flex;flex-wrap:wrap;gap:0 8px;padding:3px 0;border-bottom:1px dashed var(--lq-dash);color:var(--lq-text);font-size:var(--lq-fs-note)}.forum-tip-list li:last-child{border-bottom:0}.forum-tip-list em{flex:1 1 100%;color:var(--lq-text-3);font-style:normal}.forum-tip{display:inline-block}.forum-tip>summary{cursor:pointer;list-style:none}.forum-tip>summary::-webkit-details-marker{display:none}.forum-tip-form{display:grid;gap:8px;max-width:360px;margin-top:8px;padding:10px;border:1px solid var(--lq-border);background:var(--lq-card)}.forum-tip-lead,.forum-tip-login{margin:0;color:var(--lq-text-2);font-size:var(--lq-fs-note)}.forum-tip-presets{display:flex;flex-wrap:wrap;gap:6px}.forum-tip-preset{height:24px;padding:0 10px;border:1px solid var(--lq-border);background:var(--lq-card);color:var(--lq-text);font-size:var(--lq-fs-note);cursor:pointer}.forum-tip-preset:active,.forum-tip-preset:hover{border-color:var(--lq-orange);color:var(--lq-orange);transform:none}.forum-tip-custom{display:grid;gap:2px;color:var(--lq-text-3);font-size:var(--lq-fs-note)}.forum-tip-form .forum-cta{justify-self:start}@media (max-width:640px){.forum-report-reasons{grid-template-columns:1fr}}