/* mt.search.css v2 */
.mt-search-wrap{ position: relative; }
#mtSearchResults{
  position: absolute; left: 0; top: 100%; width: 100%;
  background: rgba(18,25,38,.98); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; margin-top: 6px; padding: 6px 0; z-index: 4000;
  box-shadow: 0 8px 24px rgba(0,0,0,.35); display: none;
}
#mtSearchResults.is-open{ display: block; }
.mt-s-item{
  padding: 8px 12px; cursor: pointer; display: flex; gap: 8px; align-items: center;
}
.mt-s-item:hover, .mt-s-item.is-active{ background: rgba(255,255,255,.06); }
.mt-s-title{ color: #e8eef9; font-size: 14px; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mt-s-artist, .mt-s-album{ font-size: 12px; color: #a8b2c3; margin-top: 2px; }
.mt-s-mark{ background: transparent; color: #ff6b81; font-weight: 700; }
.mt-s-empty{ color:#93a0b5; padding:10px 12px; font-size:13px; }
.mt-s-history .mt-s-title{ opacity:.9; }
