
#lce-launcher{position:fixed;bottom:20px;right:20px;background:#2271b1;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:28px;cursor:pointer;z-index:9999;}
.hidden{display:none!important;}
#lce-box{position:fixed;bottom:90px;right:20px;width:380px;background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.2);z-index:9999;display:flex;flex-direction:column;}
#lce-header{background:#2271b1;color:#fff;padding:10px;font-weight:bold;display:flex;justify-content:space-between;align-items:center;}
#lce-msgs{height:360px;overflow-y:auto;padding:10px;background:#f9f9f9;}
.u{text-align:right;background:#d1e7ff;color:#003366;padding:10px;border-radius:10px;margin:8px 0;max-width:80%;margin-left:auto;}
.b{text-align:left;background:#eee;padding:10px;border-radius:10px;margin:8px 0;max-width:100%;}
#lce-input-area{display:flex;border-top:1px solid #ccc;}
#lce-input{flex:1;padding:10px;border:none;}
#lce-send{width:60px;background:#2271b1;color:#fff;border:none;cursor:pointer;font-size:18px;}

/* Product cards */
.lce-results{display:grid;grid-template-columns:1fr;gap:10px;}
.lce-card{display:flex;gap:10px;padding:8px;border:1px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;background:#fff;}
.lce-card img{width:56px;height:56px;object-fit:cover;border-radius:6px;border:1px solid #eee;}
.lce-meta{display:flex;flex-direction:column;gap:2px;}
.lce-name{font-weight:600;}
.lce-price{color:#0b7;}
.lce-score{font-size:12px;color:#555;}
