/**
 * Search mobile Toss overrides (loads after search.php inline styles)
 */

.prop-list-item:active {
  background: var(--wh-bg, #f2f4f6) !important;
}

#btn-search-area {
  border-radius: var(--wh-radius-btn, 18px) !important;
  box-shadow: var(--wh-shadow-card, 0 2px 12px rgba(0, 0, 0, 0.1)) !important;
}

.search-filter-chip,
.search-nav-pill,
.mobile-search-submit {
  border-radius: var(--wh-radius-btn, 18px) !important;
}

.search-results-panel {
  border-radius: var(--wh-radius-lg, 20px) var(--wh-radius-lg, 20px) 0 0 !important;
}

#search-main,
div#content.search-content {
  background: var(--wh-bg, #f2f4f6) !important;
}

.search-map-back-btn {
  background: var(--wh-bg, #f2f4f6) !important;
}

/* style25 legacy nav chip */
.search-nav-chip,
.mobile_search_bar .search_btn_round {
  border-radius: var(--wh-radius-btn, 18px) !important;
}

.mobile_search_overlay .wh-search-go,
.mobile-search-overlay .search-submit {
  border-radius: var(--wh-radius-btn, 18px) !important;
}
