
.smart-search-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#smart-search-input {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
#smart-search-results {
    margin-top: 16px;
}
#smart-search-results ul {
    list-style: none;
    padding-left: 0;
}
#smart-search-results ul li {
    margin-bottom: 10px;
}
.checkmark::before {
    content: "✔️ ";
    color: green;
}
.latest-posts {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
