/* Pagefind results panel for the existing Ivory Search markup.
   Scoped so it cannot touch the site's own styles. */
.smn-search-panel{position:absolute;z-index:99999;left:0;right:0;top:100%;max-height:420px;overflow-y:auto;
  background:#fff;color:#222;border:1px solid #d8d8d8;border-radius:6px;box-shadow:0 8px 28px rgba(0,0,0,.16);
  margin-top:6px;padding:6px;text-align:left;font-size:14px;line-height:1.45;display:none}
.smn-search-panel[data-open="true"]{display:block}
.smn-search-panel a{display:block;padding:9px 11px;color:#1a1a1a;text-decoration:none;border-radius:4px}
.smn-search-panel a:hover,.smn-search-panel a:focus{background:#f2f4f7}
.smn-search-panel .smn-t{font-weight:600;margin-bottom:2px}
.smn-search-panel .smn-x{color:#5a5a5a;font-size:12.5px}
.smn-search-panel .smn-x mark{background:#ffe89a;color:inherit;padding:0 1px}
.smn-search-panel .smn-msg{padding:10px 11px;color:#666}
.smn-search-host{position:relative}
