.suggestions-list {
    position: absolute;
    top: 38px;
    background-color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
}

    .suggestions-list li {
        padding: 8px;
        cursor: pointer;
    }

        .suggestions-list li:hover {
            background-color: #f0f0f0; /* Äa°±®ÄªG */
        }
