#wiki-search-plus-container { max-width: 680px; margin: 20px auto; font-family: Arial, sans-serif; }
#wiki-search-plus-form { display: flex; gap: 10px; margin-bottom: 12px; }
#wiki-search-plus-input { flex: 1; padding: 10px; font-size: 16px; }
#wiki-search-plus-form button { padding: 10px 16px; font-size: 16px; background: #0073aa; color: #fff; border: 0; cursor: pointer; }
#wiki-search-plus-form button:hover { background: #005a87; }

.wiki-results-plus { list-style: disc; padding-left: 20px; margin-top: 10px; }
.wiki-results-plus li { margin: 8px 0; }
.wiki-results-plus a { color: #0073aa; font-weight: bold; text-decoration: none; }
.wiki-results-plus a:hover { text-decoration: underline; }

.wiki-snippet { font-size: 14px; color: #333; margin: 2px 0 0; }

.wiki-results-plus strong { background: yellow; }

#wiki-advanced-btn-ext {
  margin-top: 6px;
  padding: 8px 14px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}
#wiki-advanced-btn-ext:hover {
  background: #e2e2e2;
}

.wiki-adv-panel {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 6px;
  background: #fafafa;
  margin-top: 8px;
}
