/* ============================================================
   H‑S‑1：搜索无结果 空状态（Search Empty State）
============================================================ */

.cw-search-empty {
    text-align: center;
    padding: 80px 20px;
    color: #666;
}

.cw-search-empty-illustration {
    width: 200px;
    height: 200px;
    margin: 0 auto 24px;
    background: url('/wp-content/themes/creawith-theme/assets/img/empty-search.png') center/contain no-repeat;
    opacity: 0.9;
}

.cw-search-empty-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cw-search-empty-desc {
    font-size: 15px;
    color: #999;
}
