#wiki-search-container { max-width: 680px; margin: 20px auto; font-family: Arial, sans-serif; }
#wiki-search-form { display: flex; gap: 10px; margin-bottom: 12px; }
#wiki-search-input { flex: 1; padding: 10px; font-size: 16px; }
#wiki-search-form button { padding: 10px 16px; font-size: 16px; background: #0073aa; color: #fff; border: 0; cursor: pointer; }
#wiki-search-form button:hover { background: #005a87; }

.wiki-results-list { list-style: disc; padding-left: 20px; margin-top: 10px; }
.wiki-results-list li { margin: 6px 0; }
.wiki-results-list a { color: #0073aa; text-decoration: none; font-weight: 500; }
.wiki-results-list a:hover { text-decoration: underline; }

.wiki-results-list strong { background: yellow; font-weight: bold; }
