.suggestions-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.suggestions {
    max-height: 300px;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .suggestions {
        max-height: 50vh;
    }
}