.card-list{padding:2rem 0}.card-list__title{font-size:2.4rem;font-weight:600;margin-bottom:2rem;text-align:left;color:rgb(var(--color-foreground))}.card-list__container{display:flex;flex-direction:column;gap:1.2rem}.card-list__item{display:flex;align-items:center;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.2rem;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.card-list__item:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 .4rem 1.2rem rgba(var(--color-foreground),.08);transform:translateY(-2px)}.card-list__item:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset)}.card-list__logo{flex-shrink:0;width:7rem;height:7rem;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:rgba(var(--color-foreground),.03)}.card-list__logo img{max-width:100%;max-height:100%;object-fit:contain}.card-list__logo svg{width:4rem;height:4rem;fill:currentColor}.card-list__content{flex:1;padding:1.2rem 1.6rem;min-width:0}.card-list__name{font-size:1.6rem;font-weight:500;margin:0;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-list__description{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin:.4rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-list__arrow{flex-shrink:0;padding-right:1.6rem;color:rgba(var(--color-foreground),.4);transition:color .2s ease,transform .2s ease}.card-list__item:hover .card-list__arrow{color:rgba(var(--color-foreground),.7);transform:translate(4px)}.card-list__arrow svg{width:2rem;height:2rem}@media screen and (min-width: 750px){.card-list__title{font-size:2.8rem}.card-list__logo{width:8rem;height:8rem}.card-list__name{font-size:1.8rem}}@media screen and (min-width: 990px){.card-list__container--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-card-list.css.map */
