/** Shopify CDN: Minification failed

Line 14:48 Expected ":"

**/
/* ── PFS Surgeon Quote ── */

.pfs-quote-inner {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto;
  padding: 0;
  /* Cascade rule: default line-height/letter-spacing live on the parent so the
     per-element line-height--*/letter-spacing--* utilities always win. */
  line-height: 1.5;
  letter-spacing: 0;
}

.pfs-quote-icon {
  display: block;
  margin-bottom: 1.6rem;
}

.pfs-quote-icon .ph-icon,
.pfs-quote-icon img {
  display: inline-block;
}

.pfs-quote-text {
  /* Bespoke editorial display size — no global font-size role represents it. */
  font-size: 2.2rem;
  font-style: italic;
  margin-bottom: 2.4rem;
}

.pfs-quote-text p {
  margin: 0;
}

.pfs-quote-text p + p {
  margin-top: 1.2rem;
}

.pfs-quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: left;
}

.pfs-quote-avatar {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pfs-quote-meta {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-style: normal;
  /* Cascade rule: meta line-height default on the parent. */
  line-height: 1.7;
}

/* ── Responsive ── */
@media screen and (max-width: 749px) {
  .pfs-quote-text {
    font-size: 1.8rem;
  }
}
