.tps-wrapper { position: relative; max-width: 500px; margin: 20px auto; }
.tps-input { width: 100%; padding: 12px; border: 2px solid #ddd; border-radius: 4px; }
.tps-results { 
    position: absolute; width: 100%; background: #fff; 
    border: 1px solid #ddd; z-index: 999; display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.tps-item { 
    display: flex; align-items: center; padding: 10px; 
    border-bottom: 1px solid #eee; text-decoration: none; color: #333;
}
.tps-item:hover { background: #f9f9f9; }
.tps-item img { width: 50px; height: 50px; margin-right: 15px; object-fit: cover; }
.tps-item-info span { display: block; font-size: 12px; color: #777; }
.tps-item-info strong { font-size: 14px; display: block; }