/* ════════════════════════════════════════════
   LULU — Product chat (main #chat view)
════════════════════════════════════════════ */
#chat.lulu-product-chat .ag-status-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 52vw;
}

#chat.lulu-product-chat .lpchat-cartbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: #fff8e6;
  border-top: 1px solid #f0e0b0;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

#chat.lulu-product-chat .lpchat-cartbar[hidden] {
  display: none !important;
}

#chat.lulu-product-chat .lpchat-cartbar-btn {
  padding: 8px 14px;
  border: none;
  border-radius: 8px;
  background: #1e4a3d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

#chat.lulu-product-chat .lpchat-cards-bub {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  max-width: 100% !important;
}

#chat.lulu-product-chat .lpchat-cards { width: 100%; }

#chat.lulu-product-chat .lpchat-pgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 400px) {
  #chat.lulu-product-chat .lpchat-pgrid { grid-template-columns: 1fr 1fr; }
}

#chat.lulu-product-chat .lpchat-pcard {
  background: #fffdf8;
  border: 1px solid rgba(30, 74, 61, 0.15);
  border-radius: 12px;
  overflow: hidden;
  color: #1a1a1a;
}

#chat.lulu-product-chat .lpchat-pcard-img {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--tint, #eef2f0);
  display: flex;
  align-items: center;
  justify-content: center;
}

#chat.lulu-product-chat .lpchat-pcard-img img { width: 100%; height: 100%; object-fit: cover; }

#chat.lulu-product-chat .lpchat-img-letter {
  font-size: 28px;
  font-weight: 800;
  color: #1e4a3d;
  opacity: 0.25;
}

#chat.lulu-product-chat .lpchat-p-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 4px;
  background: #dc2626;
  color: #fff;
  text-transform: uppercase;
}

#chat.lulu-product-chat .lpchat-p-badge--pop { background: #c9a36a; color: #2a2008; }

#chat.lulu-product-chat .lpchat-pcard-body { padding: 10px; }

#chat.lulu-product-chat .lpchat-pcard-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}

#chat.lulu-product-chat .lpchat-pcard-meta {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 6px;
}

#chat.lulu-product-chat .lpchat-pcard-price { margin-bottom: 8px; font-size: 13px; }

#chat.lulu-product-chat .lpchat-p-was {
  text-decoration: line-through;
  color: #6b7280;
  margin-right: 6px;
  font-size: 12px;
}

#chat.lulu-product-chat .lpchat-pcard-price strong {
  font-size: 15px;
  color: #1e4a3d;
}

#chat.lulu-product-chat .lpchat-pcard-actions { display: flex; gap: 6px; }

#chat.lulu-product-chat .lpchat-btn {
  flex: 1;
  padding: 9px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: none;
}

#chat.lulu-product-chat .lpchat-btn--primary { background: #1e4a3d; color: #fff; }

#chat.lulu-product-chat .lpchat-btn--ghost {
  background: #fff;
  border: 1px solid rgba(30, 74, 61, 0.2);
  color: #1a1a1a;
}

#chat.lulu-product-chat .lpchat-btn--full { width: 100%; margin-top: 10px; }

#chat.lulu-product-chat .lpchat-cart-card,
#chat.lulu-product-chat .lpchat-order-card {
  background: #fffdf8;
  border: 1px solid rgba(30, 74, 61, 0.15);
  border-radius: 12px;
  padding: 14px;
  color: #1a1a1a;
  max-width: 320px;
}

#chat.lulu-product-chat .lpchat-cart-card-title,
#chat.lulu-product-chat .lpchat-order-title {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 10px;
}

#chat.lulu-product-chat .lpchat-cart-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(30, 74, 61, 0.1);
}

#chat.lulu-product-chat .lpchat-cart-line--sub { color: #6b7280; }

#chat.lulu-product-chat .lpchat-cart-line--total {
  border-bottom: none;
  font-size: 15px;
  padding-top: 8px;
}

#chat.lulu-product-chat .lpchat-order-card--ok { text-align: center; }

#chat.lulu-product-chat .lpchat-order-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1e4a3d;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

#chat.lulu-product-chat .lpchat-order-id {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 12px;
}
