/* Start custom CSS for text-editor, class: .elementor-element-6f3b82d */<style>
.customer-review {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.customer-review:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.customer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.customer-header strong {
  font-size: 15px;
  color: #222;
}
.customer-stars {
  color: #f5a623;
  font-size: 14px;
}
.customer-review p {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}
</style>/* End custom CSS */