.comments-container{margin-top:1.5rem}.comments-header{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.add-comment{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.add-comment img{width:32px;height:32px;border-radius:50%;object-fit:cover}.add-comment input{flex:1;border:none;border-bottom:1px solid #4b5563;background:transparent;color:#fff;padding:.5rem 0;outline:none;font-size:.9rem}.add-comment input:focus{border-bottom:2px solid #202020}.comment-button:hover{background-color:#202020}.comments-list{flex-direction:column}.comment-item,.comments-list{display:flex;gap:1rem}.comment-item img{width:2.5rem;height:2.5rem;border-radius:50%}.comment-header{display:flex;align-items:center;gap:.5rem}.comment-username{font-weight:600;font-size:.875rem}.comment-time{color:#202020;font-size:.75rem}.comment-text{color:#fff;font-size:.875rem;margin-top:.25rem}.comment-button-container{display:flex;justify-content:flex-end;margin-top:.5rem}.comment-button{background-color:#202020;color:#fff;padding:.25rem 1rem;border-radius:.375rem;font-weight:600;cursor:pointer}.comment-button:hover{background-color:#434141}