.sc-editorial-cards{margin:var(--sc-cards-space-top,24px) auto var(--sc-cards-space-bottom,40px);--sc-cards-accent:#257a9a}
.sc-editorial-cards__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.sc-editorial-cards__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sc-editorial-cards__card{padding:24px;border:1px solid #d8e4e8;border-radius:8px;background:#f6f9fa;min-width:0;overflow-wrap:anywhere}
.sc-editorial-cards--white .sc-editorial-cards__card{background:#fff}
.sc-editorial-cards .sc-editorial-cards__title{font-size:1.2rem;line-height:1.3;margin:0 0 12px;color:var(--sc-cards-accent)}
.sc-editorial-cards p{font-size:1rem;line-height:1.6;margin:0;white-space:pre-line}
.sc-editorial-cards__icon{width:58px;height:58px;display:block;margin-bottom:20px;color:var(--sc-cards-accent)}
.sc-editorial-cards__icon[hidden]{display:none}
.sc-editorial-cards__photo{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;margin-bottom:20px;background:white}
sc-product-card-media{display:block;aspect-ratio:1;margin-bottom:20px;background:white}
sc-product-card-media .sc-editorial-cards__photo{margin:0}
sc-product-card-media[hidden]{display:none}
.sc-editorial-cards__link{display:inline-block;margin-top:16px;color:var(--sc-cards-accent);text-decoration:underline;text-underline-offset:.15em}
.sc-editorial-cards__link:focus-visible{outline:2px solid currentColor;outline-offset:4px}
.sc-editorial-cards__heading{margin:0 0 20px}
@media(max-width:640px){.sc-editorial-cards__grid,.sc-editorial-cards__grid--3{grid-template-columns:1fr;gap:16px}.sc-editorial-cards__card{padding:20px}.sc-editorial-cards__photo,sc-product-card-media{max-width:280px;margin:0 auto 20px}.sc-editorial-cards{margin-bottom:min(var(--sc-cards-space-bottom,40px),32px)}}
