@import url("/Integrations/Algolia/theme.min.css?v8.11.101");

/*
https://www.algolia.com/doc/ui-libraries/autocomplete/api-reference/autocomplete-theme-classic/
:root {
    --aa-panel-max-height: 200px;
}
*/

.cp-ItemLink { display: flow; }

.cp-ItemContentSubtitle {
    font-size: 0.8em;
    color: #666;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 4px;
}

.cpfts-highlight {
    font-weight: bold;
}

/* added upon request by management on 5/15/2025 */
.aa-PanelLayout:not(:has(.aa-Source)){
    padding:10px 0 10px 35px !important;
}
.aa-PanelLayout:not(:has(.aa-Source))::before{
    content:"";
    background:#fdf6de url(/scripting/algolia/assets/ms-search-icon-yellow.png) center center no-repeat;
    width:16px;
    height:16px;
    display:inline-block;
    position:absolute;
    top:5px;
    left:5px;
    z-index:10;
    padding:5px;
    background-size:14px 14px;
}
