.mcps-wrap { position: relative; width: 100%; }
.mcps-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.mcps-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}
.mcps-item:hover { background: #fff9f2; }
.mcps-item img { width: 50px; height: 50px; object-fit: cover; margin-right: 12px; border-radius: 4px; }
.mcps-title { display: block; font-weight: 600; font-size: 0.9rem; line-height: 1.2; }
.mcps-price { color: #f8951d; font-weight: 700; font-size: 0.85rem; }
.mcps-no-results { padding: 15px; text-align: center; color: #999; }