/* Author profile 숨기기 */
.author__avatar,
.author__content,
.author__urls-wrapper {
  display: none !important;
}

/* 사이드바 숨기기 (선택적) */
.sidebar {
  display: none !important;
}

/* 메인 콘텐츠 너비 조정 (사이드바 숨길 경우) */
.page__inner-wrap {
  max-width: 100% !important;
}
