.keyword-results-list::-webkit-scrollbar {
    width: 6px;
}

.keyword-results-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.keyword-results-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.keyword-results-list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.keyword-text {
    word-break: break-word;
}
