.uzt-alert.uzt-success {
  background: #e7f9ee;
  border: 1px solid #21a66f;
  color: #0c6b46;
  padding: 12px 14px;
  border-radius: 8px;
  margin: 0 0 16px;
}
.uzt-form-wrap .acf-form-submit input[type="submit"] {
  padding: 10px 16px;
  border-radius: 8px;
  border: 0;
  background: #0da1af;
  color: #fff;
  cursor: pointer;
}

/* Fallback grid styles */
.uzt-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.uzt-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.uzt-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.uzt-headline {
  margin: 8px 0 4px;
  font-size: 18px;
}
.uzt-name {
  font-size: 13px;
  color: #666;
}
.uzt-stars {
  font-size: 16px;
  line-height: 1;
}
.uzt-star {
  color: #ddd;
  margin-right: 2px;
}
.uzt-star.on {
  color: #ffb400;
}
