.post-comments-section{border-top:2px solid var(--color-gray-border);min-width:0;padding-top:1.5rem}.post-comments-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.post-comments-title{min-width:0;color:var(--color-red);font-family:var(--font-heading);align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:700;display:flex}.post-add-comment-btn{flex-shrink:0;padding:.5rem 1rem;font-size:.75rem}.post-comment-form{min-width:0;margin-bottom:1.5rem}.post-comment-form textarea{resize:vertical;width:100%;min-height:4rem;margin-bottom:.75rem}.post-comment-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.post-no-comments{color:var(--color-gray);text-align:center;padding:2rem 0;font-size:.875rem}.post-comments-list{flex-direction:column;gap:1rem;min-width:0;display:flex}.post-comment-thread{flex-direction:column;min-width:0;display:flex}.post-comment{background:var(--color-cream-dark,#00000008);border-radius:.75rem;min-width:0;padding:1rem 1.25rem}.post-comment-header{align-items:center;gap:.5rem;min-width:0;margin-bottom:.5rem;display:flex}.post-comment-avatar{object-fit:cover;cursor:pointer;border-radius:50%;width:2rem;max-width:2rem;height:2rem;display:block}.post-comment-header .amb-dot{border-width:1.5px;width:10px;height:10px;font-size:5px;line-height:10px;bottom:-2px;right:-2px}.post-comment-username{overflow-wrap:anywhere;min-width:0;font-family:var(--font-heading);cursor:pointer;font-size:.875rem;font-weight:700}.post-comment-delete{border:2px solid var(--color-gray-border);width:28px;height:28px;color:var(--color-gray-dark);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.post-comment-delete svg{width:13px;height:13px;display:block}.post-comment-delete:hover{border-color:var(--color-red);background:var(--color-red);color:var(--color-cream)}.post-comment-content{overflow-wrap:anywhere;max-width:100%;color:var(--color-gray-dark);white-space:pre-wrap;margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.post-comment-reactions{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.post-comment-replies{border-left:2px solid var(--color-gray-border);flex-direction:column;gap:1rem;min-width:0;margin-left:1rem;padding:.5rem 0 .25rem 1.5rem;display:flex}.post-comment-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.post-comment-reply-btn,.post-comment-collapse-btn{min-height:2.75rem;color:var(--color-gray);font-family:var(--font-mono);cursor:pointer;background:0 0;border:0;padding:.5rem 0;font-size:.6875rem;transition:color .15s}.post-comment-reply-btn{text-transform:uppercase;letter-spacing:.05em}.post-comment-collapse-btn{align-items:center;gap:.375rem;display:flex}.post-comment-reply-btn:hover,.post-comment-collapse-btn:hover{color:var(--color-red)}.post-comment-collapse-btn svg{flex-shrink:0}.post-comment-collapse-count{text-transform:lowercase}.post-comment-reply-form{background:var(--color-cream-dark,#00000005);border-radius:.5rem;min-width:0;margin:.25rem 0;padding:.75rem 1rem}.post-comment-plain-input{border:1.5px solid var(--color-gray-border);background:var(--color-cream);width:100%;min-height:4rem;color:var(--color-gray-dark);resize:vertical;border-radius:.5rem;outline:none;padding:.75rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .15s}.post-comment-plain-input:focus{border-color:var(--color-red)}.post-comment-content--plain{white-space:pre-wrap;word-break:break-word}.post-comment-images{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.post-comment-image-thumbs{flex-wrap:wrap;gap:.5rem;display:flex}.post-comment-image-thumb{border:1px solid var(--color-gray-border);background:var(--color-gray-bg-light);border-radius:.5rem;width:4.5rem;height:4.5rem;position:relative;overflow:hidden}.post-comment-image-thumb img{object-fit:cover;width:100%;height:100%;display:block}.post-comment-image-remove{color:#fff;cursor:pointer;background:#0009;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.875rem;line-height:1;display:flex;position:absolute;top:2px;right:2px}.post-comment-image-remove:hover{background:#000c}.post-comment-image-add{border:1px dashed var(--color-gray-border);background:var(--color-cream);color:var(--color-gray-dark);font-family:var(--font-mono);cursor:pointer;border-radius:.375rem;align-items:center;padding:.375rem .75rem;font-size:.75rem;transition:background .15s;display:inline-flex}.post-comment-image-add:hover{background:var(--color-peach)}.post-comment-image-add--disabled{opacity:.5;cursor:not-allowed}.post-comment-image-add--disabled:hover{background:var(--color-cream)}.post-comment-image-gallery{flex-wrap:wrap;gap:.5rem;max-width:100%;margin-top:.5rem;display:flex}.post-comment-image-item{border:1px solid var(--color-gray-border);border-radius:.5rem;width:min(12rem,100%);display:block;overflow:hidden}.post-comment-image-item img{object-fit:cover;width:100%;height:auto;max-height:16rem;display:block}@media (width<=480px){.post-comments-header{align-items:flex-start}.post-comment{padding:.875rem}.post-comment-replies{margin-left:.35rem;padding-left:.75rem}}
