.cce-csat {
  background: #fff;
  border: 1px solid #e4e6ef;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cce-q { margin: 0; font-size: 14px; font-weight: 600; }
.cce-stars { display: flex; gap: 4px; }
.cce-star {
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #d7dbe8;
  cursor: pointer;
  padding: 0;
}
.cce-star.on { color: #f59e0b; }
.cce-comment {
  border: 1px solid #e4e6ef;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13px;
}
.cce-send {
  align-self: flex-start;
  border: none;
  background: #6d28d9;
  color: #fff;
  border-radius: 8px;
  padding: 7px 16px;
  cursor: pointer;
}

.cce-badge {
  margin-left: 8px;
  background: #fef3c7;
  color: #92400e;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
}
