.mx-search-options { position:fixed!important;z-index:100050!important;box-sizing:border-box;background:#fff;color:#222;border:1px solid #ddd;border-radius:0 0 8px 8px;box-shadow:0 6px 16px #0002;max-height:320px;overflow-y:auto;margin:0!important;padding:4px!important;list-style:none!important; }
.mx-search-options[hidden] { display:none!important; }
.mx-search-options [role=option] { display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;font-size:14px;line-height:1.4;cursor:pointer;border-radius:4px; }
.mx-search-options [role=option][aria-selected=true],.mx-search-options [role=option]:hover { background:#fff0f5;color:#cc2847; }
.mx-search-options .mx-suggest-label { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.mx-search-options small { flex-shrink:0;font-size:10px;color:#777; }
.mx-suggest-status { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap; }
