/*
 * SEARCH AUTOCOMPLETE
 * Helper file to build your own theme.
 */

/**
 * THEME CUSTOM
 * 
 * 1- duplicate this file
 * 2- rename this "your theme".css
 */

.js input.form-autocomplete {
  border: 1px solid #ccc;
}

/*
 * Targeting this style example :
 */
ul[data-sa-theme="CUSTOM_THEME_NAME"] {
  min-width: 350px;