
    .comment-item, .reply-item, #comments-section { scroll-margin-top: 300px; }
    /* 댓글 좋아요 ♡ (우측 상단 절대배치 — 모바일 줄바꿈/깨짐 방지) */
    /* ♡ 가로 기준 = 최상위 댓글(전체폭)만 relative → 대댓글 들여쓰기 무시하고 전부 맨 오른쪽 정렬.
       top 안 줌 → 세로는 각 댓글 제자리(정적 위치) 유지, right만 맨 오른쪽으로 */
    .comment-item { position: relative; }
    .cmt-like { position: absolute; right: 4px; background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 3px; font-size: 12px; color: #adb5bd; line-height: 1; padding: 4px; z-index: 1; }
    .cmt-like .cmt-like-ico { font-size: 15px; }
    .cmt-like.liked { color: #e0245e; }
    /* 📱 모바일: 닉네임 폭 제한 → 길어도 ♡ 전에서 잘림 (PC는 16자 그대로) */
    @media (max-width: 768px) {
        .comment-author, .reply-author { display: inline-block; max-width: 8em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }
        .author-detail { display: inline-block; max-width: 11em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }   /* 글상세 닉네임: 스샷(서리친구 흑임자 🤩😎🧡) 정도까지, 그 이상 … */
        #comments-section { padding-top: 0px !important; margin-top: 0px !important; }   /* 모바일: 글 본문 ↔ 댓글 간격 줄임 (PC는 30+30) */
    }
