.hz-wdb-theme-wrap { width: 100%; }
.hz-wdb-theme-inner { max-width: 1100px; margin: 0 auto; padding: 30px 20px; box-sizing: border-box; }
.hz-wdb-breadcrumbs { margin-bottom: 18px; font-size: 14px; color: #475569; }
.hz-wdb-header h1 { margin: 0 0 10px; font-size: 36px; line-height: 1.2; color: #0f172a; }
.hz-wdb-category, .hz-wdb-intro { color: #475569; }
.hz-wdb-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px; line-height: 1.75; color: #0f172a; box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04); }
.hz-wdb-related { margin-top: 28px; }
.hz-wdb-list { margin: 0; padding-left: 20px; }

.hz-wdb-widget {
    max-width: 1000px;
    margin: 20px auto;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15,23,42,0.06);
}

.hz-wdb-search-head {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 2px solid #0b5cab;
    border-radius: 14px;
    padding: 24px;
    margin: 18px;
    box-shadow: 0 8px 24px rgba(11, 92, 171, 0.08);
}

.hz-wdb-search-head * {
    color: inherit !important;
}

.hz-wdb-search-head h2 {
    margin: 0;
    text-align: center;
    color: #0b5cab !important;
}

.hz-wdb-search-subline {
    margin: 8px 0 18px;
    text-align: center;
    color: #475569 !important;
}

.hz-wdb-toolbar {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 12px;
}

.hz-wdb-search-input,
.hz-wdb-category-filter {
    width: 100%;
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    box-sizing: border-box;
    background: #ffffff !important;
    color: #111827 !important;
    font-size: 16px;
}

.hz-wdb-search-input::placeholder { color: #475569 !important; }
.hz-wdb-category-filter option { color: #111827 !important; }

.hz-wdb-suggest {
    background: #ffffff;
    color: #111827 !important;
    width: 100%;
    margin: 12px auto 0;
    text-align: left;
    display: none;
    border-radius: 8px;
    max-height: 320px;
    overflow-y: auto;
    border: 1px solid #dbe2ea;
    box-shadow: 0 12px 24px rgba(15,23,42,0.12);
}

.hz-wdb-suggest *,
.hz-wdb-suggest-item,
.hz-wdb-suggest-item small,
.hz-wdb-suggest-item strong {
    color: #111827 !important;
}

.hz-wdb-suggest-item {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #e5e7eb;
}

.hz-wdb-search-body {
    padding: 10px 28px 28px;
    background: #ffffff;
}

.hz-wdb-result-title {
    margin: 0;
    color: #0b5cab;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
}

.hz-wdb-result-category { color: #475569; margin-top: 10px; }
.hz-wdb-result-text { line-height: 1.7; margin: 20px 0; color: #0f172a; }

.hz-wdb-category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hz-wdb-category-chip {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0b5cab;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #bfdbfe;
}

.hz-wdb-categories-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.hz-wdb-category-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    padding: 18px;
    text-decoration: none;
    color: #0f172a;
}

.hz-wdb-category-card span { color: #475569; font-size: 14px; }

@media (max-width: 760px) {
    .hz-wdb-toolbar { grid-template-columns: 1fr; }
    .hz-wdb-theme-inner { padding: 20px 14px; }
    .hz-wdb-header h1 { font-size: 30px; }
    .hz-wdb-search-head { margin: 12px; padding: 18px; }
    .hz-wdb-search-body { padding: 8px 16px 20px; }
}
