.openclaw-semantic-search {
    max-width: 800px;
    margin: 2em auto;
}

.openclaw-search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 1em;
}

.openclaw-search-form input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    font-size: 16px;
}

.openclaw-search-results {
    margin-top: 1em;
}

.openclaw-search-result-item {
    padding: 12px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #2271b1;
}

.openclaw-search-result-item h4 {
    margin: 0 0 4px;
}

.openclaw-search-result-item h4 a {
    text-decoration: none;
}

.openclaw-search-result-item .excerpt {
    font-size: 0.9em;
    color: #666;
    margin: 4px 0 0;
}

.openclaw-search-result-item .similarity {
    font-size: 0.8em;
    color: #2271b1;
    font-weight: bold;
}

.openclaw-related-posts {
    margin: 3em 0 2em;
    padding: 1.5em 0 0;
    border-top: 1px solid #eee;
}

.openclaw-related-posts h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
}

.openclaw-related-posts ul {
    list-style: disc;
    padding-left: 1.5em;
}

.openclaw-related-posts li {
    margin-bottom: 0.5em;
}
