.expert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.expert-grid--2{grid-template-columns:repeat(2,1fr)}.expert-grid--4{grid-template-columns:repeat(4,1fr)}.expert-card{display:flex;flex-direction:column;background-color:rgb(var(--background));border:1px solid rgb(var(--border-color));border-radius:16px;overflow:hidden;height:100%}.expert-card__image-wrapper{width:100%;aspect-ratio:3 / 2;overflow:hidden;line-height:0;background-color:rgb(var(--border-color))}.expert-card__image-wrapper img,.expert-card__image-wrapper svg{width:100%;height:100%;object-fit:cover;display:block}.expert-card__body{display:flex;flex-direction:column;flex:1;padding:1.1rem 1.1rem 1.25rem;gap:.45rem}.expert-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.2rem}.expert-card__tag{display:inline-block;font-family:var(--heading-font-family);font-size:var(--text-xs);font-weight:var(--heading-font-weight);line-height:1;padding:.3rem .6rem;border-radius:var(--rounded-full);background-color:rgb(var(--expert-tag-bg));color:rgb(var(--expert-tag-text))}.expert-card__name{margin:0}.expert-card__role{margin:0;font-size:var(--text-sm);opacity:.75}.expert-card__quote{margin:.35rem 0 0;font-style:italic;font-size:var(--text-sm);line-height:1.5;border-inline-start:2px solid rgb(var(--expert-quote-border));padding-inline-start:.65rem}.expert-card__link{margin-top:auto;padding-top:.75rem;display:inline-flex;align-items:center;gap:.3rem;font-size:var(--text-sm);font-weight:var(--heading-font-weight);text-decoration:none;color:rgb(var(--text-color))}.expert-card__link:hover{text-decoration:underline}@media screen and (max-width:989px){.expert-grid,.expert-grid--4{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.expert-grid,.expert-grid--2,.expert-grid--4{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/281/assets/custom-expert-grid.css.map */
