html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", sans-serif;
}

/* backdrop-blur 구형 브라우저 폴백 */
.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

/* Hide Tistory admin menubar widget */
#menubar_wrapper,
[data-tistory-react-app="Menubar"],
.menu_toolbar {
  display: none !important;
}

/* Tistory menu list styling */
.tistory_support_menus {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tistory_support_menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tistory_support_menus li {
  margin: 0;
}

.tistory_support_menus a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  color: #3f3f46;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.75rem;
  transition: all 0.15s ease;
}

.tistory_support_menus a:hover {
  border-color: #d4d4d8;
  background: #fafafa;
  color: #18181b;
}

.tistory_support_menus .c_cnt {
  color: #71717a;
  font-size: 0.75rem;
}

.dark .tistory_support_menus a {
  border-color: #3f3f46;
  background: #18181b;
  color: #e4e4e7;
}

.dark .tistory_support_menus a:hover {
  border-color: #52525b;
  background: #27272a;
  color: #fafafa;
}

.dark .tistory_support_menus .c_cnt {
  color: #a1a1aa;
}

.ly_area.nav,
.ly_area.search_area {
  display: none;
}

.title-line {
  min-width: 0;
  flex-shrink: 0; /* 이 줄 자체가 가로로 더 이상 눌리지 않도록 */
}

.title-line img {
  width: 15px !important;
  height: 10px !important;
  display: inline-block;
  margin-left: 4px; /* tailwind의 ml-1 느낌 */
}
