/* Custom Styles */

/* ---------- testimonial grid card (ci_testimonial_card block) ---------- */
.ci-tcard { display: flex; flex-direction: column; align-items: center; text-align: center; height: 100%; }
.ci-tcard__avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  border: 1px solid var(--ci-line);
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
}
.ci-tcard__avatar--empty { background: #f0ede5; }
.ci-tcard__stars { color: var(--ci-accent); font-size: 14px; letter-spacing: 3px; margin-bottom: 14px; }
.ci-tcard__quote { font: 400 15px/1.65 var(--ci-fb); color: var(--ci-ink2); margin: 0 0 18px; flex: 1; }
.ci-tcard__name { font: 600 15px/1.3 var(--ci-fb); color: var(--ci-ink); }
.ci-tcard__role { font: 400 13px/1.3 var(--ci-fb); color: var(--ci-ink3); margin-top: 2px; }

/* center ci_hero content when the block is set to centered text */
.text-center .ci-hero__body { margin-left: auto; margin-right: auto; }
.text-center .ci-hero__actions { justify-content: center; }
