/* Boards: notice rows, FAQ answers and the extra formatting the rich editor can produce. */
.board-rows{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.board-row a{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px 4px;border-bottom:1px solid var(--line);color:var(--ink)}
.board-row a:hover .board-row-title{text-decoration:underline;text-underline-offset:4px}
.board-row-flag{font-size:11px;font-weight:700;color:#9a5a2e;background:#fbe7d8;border-radius:20px;padding:3px 10px}
.board-row:not(.pinned) a{grid-template-columns:auto minmax(0,1fr) auto}
.board-row-category{font-size:12px;color:#7d8a74}
.board-row-title{font-size:16px;font-weight:600;min-width:0;overflow-wrap:anywhere}
.board-row time{font-size:12px;color:#8a987f;white-space:nowrap}
.faq-list{display:grid;gap:40px}
.faq-group h2{font-size:20px;margin:0 0 14px;color:var(--ink)}
.faq-items{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:18px;padding:22px 4px;font-size:17px;font-weight:600;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:22px;line-height:1;color:#7d8a74;transition:transform .2s ease}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item summary:focus-visible{outline:3px solid #173f36;outline-offset:3px;border-radius:6px}
.faq-answer{padding:0 4px 26px}
.faq-permalink{display:inline-block;margin-top:6px;font-size:12px;color:#7d8a74}
.board-help{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:48px;padding:26px 28px;border-radius:var(--radius);background:#edf1e6}
.board-help p{margin:0;font-size:16px;color:var(--ink);font-weight:600}
.article-plain .article-header{padding-bottom:28px;border-bottom:1px solid var(--line);margin-bottom:34px}
.article-toc-empty{visibility:hidden}
.article-footer-links{margin-top:48px}
.board-related h2{font-size:20px;margin-bottom:16px}
.article-body u{text-underline-offset:4px}
.article-body>h4{font-size:17px;margin:26px 0 14px;color:var(--ink)}
.article-body pre{margin:28px 0;padding:18px 20px;border-radius:12px;background:#1f2b25;color:#e8efe6;font-size:13px;line-height:1.7;overflow-x:auto}
.article-body pre code{background:none;padding:0;color:inherit;font-size:inherit}
.article-body hr{border:0;border-top:1px solid var(--line);margin:40px 0}
.article-body img{max-width:100%;height:auto}
.article-body li>p{margin:0}
@media (max-width:760px){
 .board-row a,.board-row:not(.pinned) a{grid-template-columns:1fr;gap:6px;padding:18px 2px}
 .board-row-title{font-size:15px}
 .faq-item summary{font-size:16px;padding:18px 2px}
 .board-help{padding:22px 20px}
}
