/* 搜索组件全站缓存版 - 2026-04-08 优化 */
.search-wrapper { max-width: 850px; margin: 5px auto 0px; text-align: center; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; padding: 0 15px; }
.category-row { display: flex; justify-content: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; }
.cat-btn { padding: 6px 20px; border: none; border-radius: 50px; background: #f0f0f2; cursor: pointer; font-size: 15px; font-weight: 500; transition: all 0.2s; color: #555; }
.cat-btn.active { background: #e60012; color: white; box-shadow: 0 4px 12px rgba(230, 0, 18, 0.2); }
.search-form { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; max-width: 750px; margin: 0 auto; background: #f5f5f7; border-radius: 50px; padding: 3px 3px 3px 25px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); box-sizing: border-box; }
.search-field { flex: 1; height: 50px; border: none !important; background: transparent !important; font-size: 17px; outline: none; color: #333; }
.search-submit { width: 100px; height: 50px; border: none !important; border-radius: 50px !important; background: #e0e0e4 !important; color: #666 !important; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.2s; margin-left: 10px; box-shadow: none !important; }
.search-submit:hover { background: #dcdce0 !important; color: #333 !important; box-shadow: none !important; transform: none !important; }

@media (max-width: 600px) {
    .search-wrapper { margin: 15px auto; }
    .search-form { padding: 2px 2px 2px 20px; }
    .search-field { height: 46px; font-size: 15px; }
    .search-submit { width: 80px; height: 46px; font-size: 14px; }
}

.home-filter--content, .header-search, .widget_search, form[role="search"]:not(.search-form) { display: none !important; }