#suggestions {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}
#suggestions div {
    padding: 0.75rem 1rem;
    cursor: pointer;
}
#suggestions div:hover {
    background-color: #f0fdf4;
}