/*!
 * Canada.ca Search UI Connector / Connecteur IU de Recherche pour Canada.ca
 * @license https://github.com/ServiceCanada/search-ui/?tab=MIT-1-ov-file
 * v1.7.1 - 2025-12-10
*/
.query-suggestions{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;cursor:pointer;left:0;list-style-type:none;padding:0;position:absolute;top:100%;width:100%;z-index:60}.query-suggestions:has(li){border-bottom:1px solid #ccc}.query-suggestions li{padding:5px 10px}.query-suggestions li:hover{background-color:#ddd}.query-suggestions .suggestion-item::before{content:"\e003";font-family:"Glyphicons Halflings";font-size:.8em;line-height:1;margin-right:12px;position:relative;top:1px}.query-suggestions .selected-suggestion{background-color:#ddd}