.columns-area__panels {
  display: flex;

  .columns-area__panels__pane--compositional {
    order: 3; // 글쓰기 창
  }

  .columns-area__panels__main {
    order: 2; // 타임라인
  }

  .columns-area__panels__pane--navigational {
    order: 1; // 메뉴
  }
}

/* 부모 영역을 flex 세로 정렬로 변경 */
._comp_account_header__barWrapper {
  display: flex !important;
  flex-direction: column !important;
}

/* 1위: 자기소개 + 라벨 */
._comp_account_header__bioButtonsWrapper {
  order: 1 !important;
}

/* 2위: 팔로워 / 팔로잉 / 게시물 / 가입일 */
._comp_number_fields__list {
  order: 2 !important;
  margin-top: 15px !important;
}



