.feradel-kb-toolbar { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.feradel-kb-logo-text { display: inline-flex; align-items: baseline; gap: 9px; color: #fff; font-size: 1.7rem; font-weight: 700; letter-spacing: -.04em; }
.feradel-kb-logo-text small { font-size: .7rem; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; }
.feradel-kb-toolbar form { display: flex; flex: 1 1 520px; flex-wrap: wrap; align-items: end; gap: 12px; }
.feradel-kb-field-group { display: flex; min-width: 180px; flex: 1 1 180px; flex-direction: column; gap: 5px; }
.feradel-kb-field-group label { color: #302a48; font-size: .82rem; font-weight: 700; }
.feradel-kb-field-group input,
.feradel-kb-field-group select { min-height: 44px; border: 1px solid #d9d6e4; border-radius: 5px; padding: 8px 11px; background: #fff; color: #302a48; }
.feradel-kb-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feradel-kb-product-card { position: relative; display: flex; gap: 18px; min-height: 120px; border: 1px solid #e5e2ed; border-radius: 8px; padding: 22px; background: #fff; box-shadow: 0 4px 16px rgba(48,42,72,.05); }
.feradel-kb-product-card:hover { border-color: #583abc; box-shadow: 0 8px 24px rgba(48,42,72,.1); }
.feradel-kb-product-icon { flex: 0 0 46px; color: #583abc; }
.feradel-kb-product-card h2,
.feradel-kb-product-card h3 { margin: 0 0 6px; color: #302a48; }
.feradel-kb-product-card p { margin: 0 0 9px; }
.feradel-kb-product-counts { display: flex; flex-wrap: wrap; gap: 10px; color: #68627b; font-size: .82rem; }
.feradel-kb-product-card.is-empty { background: #faf9fc; }
.feradel-kb-product-card.is-empty a { display: none; }
.feradel-kb-coming-soon { color: #786e91; font-weight: 600; }
.feradel-kb-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin: 36px 0 18px; }
.feradel-kb-section-heading h2 { margin: 0; }
.feradel-kb-meta-strip { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 24px; color: #655e79; }
.feradel-kb-meta-strip strong { color: #302a48; }
.feradel-kb-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 9px; background: #eeeafb; color: #5136a4; font-size: .78rem; font-weight: 700; }
.feradel-kb-badge.is-archived { background: #fff1d6; color: #7a4c00; }
.feradel-kb-archive-notice { margin: 0 0 24px; border-left: 5px solid #d98b00; border-radius: 5px; padding: 18px 20px; background: #fff8e8; color: #4a3920; }
.feradel-kb-archive-notice h2 { margin: 0 0 6px; font-size: 1.15rem; }
.feradel-kb-archive-notice p { margin: 5px 0; }
.feradel-kb-shared-list,
.feradel-kb-version-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feradel-kb-shared-item,
.feradel-kb-version-item { border: 1px solid #e5e2ed; border-radius: 6px; padding: 15px 17px; background: #fff; }
.feradel-kb-shared-item small,
.feradel-kb-version-item small { display: block; margin-bottom: 4px; color: #786e91; font-weight: 700; }
.feradel-kb-search-result { position: relative; margin-bottom: 14px; border: 1px solid #e5e2ed; border-radius: 7px; padding: 20px; background: #fff; }
.feradel-kb-search-result h2,
.feradel-kb-search-result h3 { margin: 0 0 7px; }
.feradel-kb-search-result-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 12px; font-size: .83rem; color: #6f6880; }
.feradel-kb-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 30px; }
.feradel-kb-pagination a,
.feradel-kb-pagination span { min-width: 40px; border: 1px solid #ddd8e8; border-radius: 5px; padding: 8px 11px; text-align: center; }
.feradel-kb-pagination .current { border-color: #583abc; background: #583abc; color: #fff; }
.feradel-kb-advanced-toggle { white-space: nowrap; }
.feradel-kb-empty { border: 1px dashed #cbc5db; border-radius: 8px; padding: 28px; text-align: center; background: #fff; }
.feradel-kb-toolbar :focus-visible,
.feradel-kb-product-card a:focus-visible,
.feradel-kb-shared-item a:focus-visible,
.feradel-kb-version-item a:focus-visible { outline: 3px solid #0b76e0; outline-offset: 3px; }
@media (max-width: 760px) {
  .feradel-kb-product-grid { grid-template-columns: 1fr; }
  .feradel-kb-toolbar form { flex-direction: column; align-items: stretch; }
  .feradel-kb-field-group { width: 100%; min-width: 0; }
  .feradel-kb-product-card { padding: 18px; }
}
