/*
  Theme Name: Doug's Plugs
  Theme URI: https://adopttheweb.com
  Version: 1.0.0
  Template: Divi
  Author: Jarod Thornton
  Author URI: https://jarodthornton.com
  Description: Doug's Plugs
  Text Domain: doug's-plugs
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  font-size: 12px;
}
 
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
 
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #1E90FF !important; 
  color: #ffffff; 
}