.elementor-1258 .elementor-element.elementor-element-1f8263a3{--display:flex;}/* Start custom CSS */.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.testimonial-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-card .stars {
  color: #f5a623;
  font-size: 1.2em;
}

.testimonial-card .quote {
  font-weight: bold;
  margin-bottom: 8px;
}

.testimonial-card .text {
  font-size: 0.95em;
  line-height: 1.5;
}

.testimonial-card .author {
  font-style: italic;
  margin-top: 10px;
  color: #555;
}/* End custom CSS */