/* Start custom CSS for text-editor, class: .elementor-element-eb232c2 */.customer-review {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.04);
}

.customer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.customer-review strong {
  font-size: 15px;
  font-weight: 600;
}

.customer-stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 1px;
}

.customer-review p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}/* End custom CSS */