.check-cards{display:flex;flex-direction:column;gap:12px}.check-cards__item{align-items:flex-start;background:#fff;border:1px solid #e2e2e2;border-radius:12px;display:flex;gap:1rem;padding:1.25rem 1.5rem}.check-cards__icon{flex:0 0 auto;height:1.25rem;margin-top:.2rem;opacity:.45;width:1.25rem}.check-cards__icon svg{display:block;height:100%;width:100%}.check-cards__body{flex:1 1 auto;min-width:0}.check-cards__title{font-family:var(--text-font-family);font-size:1.125rem;font-weight:600;line-height:1.35;margin:0 0 .25em}.check-cards__desc{font-size:1rem;line-height:1.5;margin:0;opacity:.85}.check-cards__desc>:last-child{margin-bottom:0}.check-cards--dark .check-cards__item,.check-cards--ghost .check-cards__item{background:transparent;border-color:hsla(0,0%,100%,.2)}.check-cards--dark .check-cards__icon,.check-cards--dark .check-cards__title,.check-cards--ghost .check-cards__icon,.check-cards--ghost .check-cards__title{color:hsla(0,0%,100%,.8)}