@layer reset,base,utilities,core,components,theme,admin,external;@layer utilities{.bg-secondary-50{background-color:var(--secondary-50)}.text-secondary-50{color:var(--secondary-50)}.border-secondary-50{border-color:var(--secondary-50)}}@layer components{.testimonial{--padding: var(--spacing-m);--max-width: 635px;margin:0 auto;max-width:var(--max-width);padding-inline:var(--padding)}@media (min-width: 992px){.testimonial__content{display:flex;gap:var(--spacing-m)}}.testimonial__image{flex-shrink:0;margin-bottom:var(--spacing-m);width:auto}@media (min-width: 992px){.testimonial__image{margin-bottom:0;max-width:170px}}.testimonial__image img{aspect-ratio:1/1;border-radius:var(--primary-radius, 8px)}.testimonial__details{display:grid;gap:var(--spacing-m);padding:var(--spacing-xs) 0}.testimonial__details-header{display:grid;gap:var(--spacing-xxs)}.testimonial__name{color:var(--primary);margin:0}.testimonial__title{--font-size: 1rem;--line-height: 1.5;--font-weight: 700;color:var(--charcoal);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);margin:0}.testimonial__description{position:relative}.testimonial__short-description{margin:0;transition:max-height .3s ease,opacity .3s ease}.testimonial__long-description{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.testimonial__cta{position:relative;z-index:2}.testimonial--expanded .testimonial__short-description{max-height:0;opacity:0}.testimonial--expanded .testimonial__long-description{max-height:none;opacity:1}}
