    .toastui-editor-defaultUI {
      width: 100%;
      --tui-color-primary: #4f46e5;
      --tui-color-text: #333;
      font-family: 'Noto Sans KR', sans-serif;
    }
    
    #post-content {
      white-space: pre-wrap;    /* 줄바꿈과 공백을 있는 그대로 보존 */
    }

      /* ✅ 추가: 댓글 마우스 오버 효과 */
    .comment-item:hover {
      background-color: #f9fafb; /* 또는 #f7f7f8 */
      transition: background-color 0.2s ease-in-out;
    }