#search_widget, #search_widget .search-widgets { overflow: visible !important; }
.cacm-search-form { position: relative; z-index: 1200; }
.cacm-search-suggestions { position: absolute; z-index: 1201; top: calc(100% + .4rem); right: 0; left: 0; max-height: 27rem; overflow-y: auto; background: #fff; border: 1px solid rgba(36,36,36,.16); border-radius: .5rem; box-shadow: 0 12px 28px rgba(0,0,0,.24); }
.cacm-search-suggestion { display: flex; align-items: center; gap: .7rem; padding: .55rem .7rem; color: #242424 !important; border-bottom: 1px solid #ececec; }
.cacm-search-suggestion:last-child { border-bottom: 0; }
.cacm-search-suggestion:hover, .cacm-search-suggestion:focus { color: #242424 !important; background: #f5f5f5; text-decoration: none; }
.cacm-search-suggestion-image { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; border-radius: .25rem; background: #fafafa; }
.cacm-search-suggestion-details, .cacm-search-suggestion-name, .cacm-search-suggestion-reference { display: block; min-width: 0; }
.cacm-search-suggestion-name { font-size: .88rem; font-weight: 700; line-height: 1.2; }
.cacm-search-suggestion-reference { margin-top: .18rem; color: #6d6d6d; font-size: .76rem; }
