.experts__list{display:flex;flex-direction:column;gap:var(--space-md)}.expert-card__figure{display:grid;grid-template-areas:"photo" "quote";gap:var(--space-sm);margin:0}.expert-card__photo{grid-area:photo;overflow:hidden;border-radius:var(--radius-media);background-color:var(--scheme-surface, var(--color-surface));aspect-ratio:1 / 1}.expert-card__image{inline-size:100%;block-size:100%;object-fit:cover}.expert-card__panel{grid-area:quote;display:flex;flex-direction:column;justify-content:center;gap:var(--space-lg);padding:var(--space-md);border-radius:var(--radius-media);background-color:var(--scheme-surface, var(--color-surface))}.expert-card__quote{margin:0;font-size:var(--text-lg);line-height:var(--leading-normal);text-wrap:pretty}.expert-card__mark{background-color:#ffe94d;color:var(--color-foreground);font-style:italic;font-weight:var(--weight-bold);padding-inline:.2em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.expert-card__caption{display:flex;flex-direction:column;gap:2px}.expert-card__name{font-size:var(--text-lg);font-weight:var(--weight-bold);letter-spacing:.01em;text-transform:uppercase}.expert-card__credential{font-size:var(--text-sm);color:var(--scheme-muted, var(--color-muted))}.experts__footnote{margin-block-start:var(--space-lg);font-size:var(--text-xs);color:var(--scheme-muted, var(--color-muted));text-align:center}@media screen and (min-width:750px){.expert-card__figure{grid-template-areas:"photo quote";grid-template-columns:300px minmax(0,1fr);gap:var(--space-md)}.expert-card--right .expert-card__figure{grid-template-areas:"quote photo";grid-template-columns:minmax(0,1fr) 300px}.expert-card__panel{padding:var(--space-lg)}.expert-card__quote{font-size:var(--text-xl)}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/expert-cards.css.map */
