.min-eb-chat-window::-webkit-scrollbar {
  width: 6px;
}

.min-eb-chat-window::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.min-eb-bubble strong {
  font-weight: 700;
}

.min-eb-products {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.min-eb-product-card {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e3f2e9;
  border-radius: 12px;
  background: #f8fdf9;
}

.min-eb-product-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.min-eb-product-card .meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.min-eb-product-card .price {
  font-weight: 700;
  color: #0a3c1d;
}

.min-eb-chip {
  display: inline-block;
  padding: 4px 10px;
  background: #eef9f1;
  border-radius: 12px;
  border: 1px solid #d9f0e2;
  font-size: 12px;
  color: #0c401f;
}
