/* Custom scrollbar for webkit browsers */
[data-character-results]::-webkit-scrollbar {
  width: 6px;
}

[data-character-results]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

[data-character-results]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

[data-character-results]::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
