.post-modal-comments{flex:1 1;padding:12px 0;height:-moz-fit-content;height:fit-content;border-top:1px solid rgba(255,255,255,.1)}.comments-wrapper,.post-modal-comments{display:flex;flex-direction:column;gap:20px}.comments-wrapper{position:relative}.comments-wrapper:after{content:"";height:var(--line-height,calc(100% - 44px));width:1px;position:absolute;top:35px;left:18px;background-color:rgba(255,255,255,.2)}.comments-wrapper:not(:has(.comment-replies)):after{display:none}.comment-item{display:flex;gap:12px;align-items:flex-start;padding:0;margin-left:0;position:relative}.comment-item,.comment-item--reply{animation:slideDown .3s ease-out forwards}.comment-item--reply{margin-left:48px;margin-bottom:16px}@keyframes slideDown{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.comment-avatar{width:36px;height:36px;min-width:36px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#777;position:relative}.comment-avatar:after{content:"";background-color:rgba(255,255,255,.2);width:30px;height:1px;position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.comment-avatar-image{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.comment-avatar-image img{width:100%;height:100%;object-fit:cover}.comment-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.comment-text-row{display:block;font-size:14px;font-weight:300;line-height:150%;margin-top:7px}.comment-author{font-size:14px;font-weight:500}.comment-author,.comment-email{display:inline;margin-right:8px}.comment-email{font-size:12px;font-weight:300;color:rgba(255,255,255,.5)}.comment-text{font-size:14px;font-style:normal;font-weight:300;line-height:150%;color:#fff;margin:0;word-break:break-word;display:inline}.comment-meta{display:flex;align-items:center;gap:8px;position:relative}.comment-date,.comment-likes{font-family:Pretendard;font-style:normal;font-weight:400;line-height:150%}.comment-date,.comment-likes,.comment-meta-separator,.comment-reply-add-btn{color:rgba(255,255,255,.3);font-size:12px}.comment-reply-add-btn{display:flex;align-items:center;gap:4px;background:none;border:none;font-family:Pretendard;font-style:normal;font-weight:400;line-height:150%;cursor:pointer;padding:0;transition:color .2s}.comment-reply-add-btn:hover{color:rgba(255,255,255,.7)}.comment-more-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:rgba(255,255,255,.3);cursor:pointer;padding:0;width:16px;height:16px;transition:color .2s;position:relative}.comment-more-btn:hover{color:rgba(255,255,255,.7)}.comment-more-btn svg{width:16px;height:16px;color:inherit}.comment-more-menu{position:fixed;background-color:#4C4C4C;border-radius:4px;z-index:10001;min-width:115px;height:40px;box-shadow:0 2px 8px rgba(0,0,0,.3);bottom:-24px}.comment-more-menu,.comment-more-menu-item{padding:0;display:flex;align-items:center;justify-content:center}.comment-more-menu-item{background:none;border:none;color:#fff;font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:150%;cursor:pointer;transition:color .2s;width:100%;height:100%}.comment-more-menu-item:hover{color:rgba(255,255,255,.7)}.comment-reply-toggle{margin-top:-12px;padding-left:48px;padding-top:0;padding-bottom:0}.comment-reply-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:rgba(255,255,255,.5);font-family:Pretendard;font-size:12px;font-style:normal;font-weight:400;line-height:150%;cursor:pointer;padding:0;transition:color .2s;position:relative}.comment-reply-btn:after{content:"";position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:30px;height:1px;background-color:rgba(255,255,255,.2)}.comment-reply-btn:hover{color:rgba(255,255,255,.7)}.comment-reply-btn svg{width:12px;height:12px;color:inherit;transition:transform .3s ease}.comment-reply-btn.collapsed svg{transform:rotate(180deg)}.comment-like{background:none;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s;margin-top:2px}.comment-like:hover{color:#ff4458}.comment-like svg{width:16px;height:16px}@keyframes commentHighlight{0%{background-color:rgba(255,255,255,.15)}to{background-color:transparent}}.comment-highlight{animation:commentHighlight 2s ease-out;border-radius:8px}.comment-reply-input-wrapper{padding-left:48px;animation:slideDown .3s ease-out forwards}.comment-reply-input{display:flex;gap:8px;align-items:center}.comment-reply-input input{flex:1 1;color:#fff;padding:7px 20px;font-size:14px;transition:all .2s;height:36px;align-items:center;background:rgba(0,0,0,1);border-radius:100px;border:2px solid rgba(255,255,255,.3);caret-color:#48ff00}.comment-reply-input input::placeholder{color:rgba(255,255,255,.5)}.comment-reply-input input:focus{background:rgba(0,0,0,1);border:2px solid #48ff00;outline:none}.comment-reply-input input:disabled{opacity:.5}.comment-reply-submit-btn{background:#000;border:2px solid rgba(255,255,255,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;border-radius:100px;width:36px;min-width:36px;height:36px}.comment-reply-submit-btn:hover{color:#5fff00;border-color:#5fff00}.comment-reply-submit-btn:disabled{opacity:.5;cursor:not-allowed}