.chat-cards{display:flex;flex-direction:column;gap:var(--chat-gap-mobile, 2rem)}@media screen and (min-width:750px){.chat-cards{flex-direction:row;flex-wrap:wrap;gap:var(--chat-gap-desktop, 2rem);align-items:stretch;justify-content:center}}.chat-card{display:flex;flex-direction:column;min-height:var(--card-min-height, 0);width:100%;box-sizing:border-box;overflow:hidden}@media screen and (min-width:750px){.chat-card{flex:0 0 var(--card-width-pct, 30%);max-width:var(--card-width-pct, 30%)}}.chat-card[data-image-pos=left],.chat-card[data-image-pos=right]{flex-direction:row;align-items:flex-start}.chat-card[data-image-pos=bottom] .chat-card__image,.chat-card[data-image-pos=right] .chat-card__image{order:2}.chat-card[data-image-pos=left] .chat-card__image,.chat-card[data-image-pos=right] .chat-card__image{flex:0 0 40%;align-self:stretch}.chat-card[data-image-pos=left] .chat-card__image img,.chat-card[data-image-pos=right] .chat-card__image img{height:100%;object-fit:cover}.chat-card__image{width:100%;line-height:0}.chat-card__image img{width:100%;height:auto;display:block}.chat-card__content{display:flex;flex-direction:column;flex:1;min-width:0;padding:2.4rem}.chat-card__heading{margin-block-end:1.2rem}.chat-card__text{margin-block-end:2rem;color:rgb(var(--color-body))}.chat-card__text p{margin:0}.chat-card__buttons{display:flex;flex-direction:column;gap:1rem;margin-block-end:1.6rem;padding:0;list-style:none;margin-top:auto}.chat-card__button{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.4rem 2rem;border:.1rem solid rgba(var(--color-border),var(--alpha-border));border-radius:0;text-decoration:none;color:rgb(var(--color-foreground));font-size:var(--font-size-static-sm);font-family:var(--font-body-family);transition:background-color .15s ease,color .15s ease;width:100%}.chat-card__button:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.chat-card__icon{width:1.8rem;height:1.8rem;flex-shrink:0;fill:currentColor;display:block}.chat-card__icon--custom{display:flex;align-items:center;justify-content:center}.chat-card__icon--custom svg{width:100%;height:100%;display:block}.chat-card__note{margin:0;font-size:var(--font-size-static-xs)}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-chat-links.css.map */
