/* Permanent Google-style tweaks for LIPS testimonials */
.lips-testimonials { gap: 20px; }

/* Card look */
.lips-testimonial-item{
  border:1px solid #e0e0e0;
  background:#fff;
  border-radius:12px;
  padding:16px 18px;
  box-shadow:0 1px 3px rgba(0,0,0,.08);
}

/* Stars: Google amber */
.lips-stars{
  color:#F4B400;       /* gold */
  font-size:16px;
  line-height:1;
}
.lips-star{ margin-right:1px; }

/* Text */
.lips-content{ margin-top:8px; color:#202124; font-size:16px; }

/* Name + date row */
.lips-meta{ margin-top:8px; display:flex; gap:12px; align-items:center; }
.lips-name{ color:#202124; font-weight:600; }
.lips-date{ color:#5f6368; font-size:13px; }
