/* DCLKR_SIMPLE_GLOBAL_SEARCH
 *
 * Search is deliberately reduced to:
 *   search box -> global discussion results
 *
 * No source tabs, no advanced filter/gambit UI.
 */

.SearchModal .Tabs-nav {
  display: none !important;
}

.SearchModal .SearchModal-options {
  display: none !important;
}

/* "검색 미리보기" 같은 별도 섹션 제목도 필요 없음. */
.SearchModal .SearchModal-results > .Dropdown-header {
  display: none !important;
}

/* 탭 영역이 없어졌으므로 불필요한 위쪽 여백을 줄인다. */
.SearchModal .Tabs-content {
  margin-top: 0 !important;
}

.SearchModal .SearchModal-tabs-content > .SearchModal-section:first-child .Modal-divider {
  margin-top: 12px;
}
