/* AVM Knowledge Base v8 - basic styling */
#avm-kb-app { font-family: Arial, sans-serif; max-width: 980px; margin: 18px 0; }
.avm-kb-controls { display:flex; gap:8px; align-items:center; flex-wrap:wrap; margin-bottom:12px; }
#avm-kb-product, #avm-kb-search { padding:8px; border:1px solid #ccc; border-radius:6px; min-width:220px; }
.avm-kb-btn { background:#0073aa; color:#fff; border:none; padding:8px 12px; border-radius:6px; cursor:pointer; }
.avm-kb-btn:hover { background:#005f8d; }
.avm-kb-reset { background:#eee; color:#222; }
.avm-kb-list { list-style:none; padding:0; margin:0; }
.avm-kb-list li { padding:10px 0; border-bottom:1px solid #eee; }
.avm-kb-list a { color:#0073aa; text-decoration:none; }
.avm-kb-list a:hover { text-decoration:underline; }
#avm-kb-pagination { margin-top:12px; }
#avm-kb-pagination button { margin:2px; padding:6px 8px; border-radius:4px; border:1px solid #ddd; background:#fff; cursor:pointer; }
#avm-kb-pagination button.active, #avm-kb-pagination button:disabled { background:#0073aa; color:#fff; }
.avm-kb-debug { margin-top:16px; background:#fff8f0; border:1px solid #f2c2c2; padding:8px; font-size:12px; overflow:auto; max-height:320px; }
.avm-kb-article h1, .avm-kb-article h2 { margin:0 0 12px; }
.avm-kb-content { margin-top:12px; }