#threads {max-width:100%}.comment-threads {display:flex;flex-direction:column;align-items:center}.thread {width:800px;max-width:100%;border-left:8px solid var(--color-sky-blue);padding-left:16px;margin-bottom:20px}.thread .thread-comment:first-child {margin-left:0}.thread .thread-comment {margin-left:24px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid var(--color-sky-blue)}.comment-form {display:none;padding:4px 12px;border:1px solid var(--border-color)}.comment {margin-top:4px}.comment-threads input,.comment-threads textarea {max-width:100%;width:420px;font-size:16px;padding:4px 8px}.comment-threads textarea {height:120px}