.mousou-live-search-parent {
 position: relative !important;
}

.mousou-live-search-results {
 position: absolute;
 top: calc(100% + 8px);
 right: 0;
 left: 0;
 z-index: 99999;
 background: #fff;
 border: 1px solid #eee;
 border-radius: 16px;
 box-shadow: 0 18px 45px rgba(0,0,0,.13);
 overflow: hidden;
 direction: rtl;
 text-align: right;
}

.mousou-live-search-item {
 display: flex;
 gap: 12px;
 padding: 12px;
 color: #222;
 text-decoration: none;
 border-bottom: 1px solid #f2f2f2;
 align-items: center;
}

.mousou-live-search-item:hover {
 background: #faf6f7;
 color: #111;
}

.mousou-live-search-img {
 width: 54px;
 height: 54px;
 border-radius: 12px;
 background: #f7f7f7;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 flex: 0 0 54px;
}

.mousou-live-search-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.mousou-live-search-title {
 font-weight: 700;
 font-size: 14px;
 line-height: 1.5;
}

.mousou-live-search-category {
 font-size: 12px;
 color: #777;
 margin-top: 2px;
}

.mousou-live-search-price {
 font-size: 13px;
 font-weight: 700;
 color: #b32645;
 margin-top: 3px;
}

.mousou-live-search-empty {
 padding: 14px;
 color: #777;
 font-size: 14px;
}

.mousou-live-search-noimg {
 font-size: 24px;
}
