.suggestions-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 4px 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f2f2f2;
}

.suggestions-loader {
    padding: 8px;
    font-size: 14px;
    color: #666;
}