.suggestions-container {
border: 1px solid #ddd;
background: #fff;
position: absolute;
z-index: 1000;
display: none;
max-height: 200px;
overflow-y: auto;
width: 100%;
}
.suggestion {
padding: 8px;
cursor: pointer;
}
.suggestion:hover {
background: #f0f0f0;
} #results {
margin-top: 20px;
}
.result-item {
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 10px;
}
.result-item a {
text-decoration: none;
color: #0073aa;
}
.result-item a:hover {
text-decoration: underline;
}