.bt-checklist-card{width:100%}.bt-checklist-card__grid{align-items:stretch;display:grid;gap:var(--column-gap,20px);grid-template-columns:repeat(var(--desktop-columns,3),minmax(0,1fr))}.bt-checklist-card__item{background-color:var(--card-background-color,#fff);border:1px solid var(--card-border-color,#d4d6d9);border-radius:8px;height:100%;overflow:hidden}.bt-checklist-card__head{border-bottom:1px solid #dbe5ea;box-sizing:border-box;padding:16px 20px 14px}.bt-checklist-card__heading{align-items:center;display:flex;gap:16px}.bt-checklist-card__icon{flex-shrink:0;line-height:0;min-width:24px;width:24px}.bt-checklist-card__icon img{display:block;height:auto;width:100%}.bt-checklist-card__heading-text{flex:1;min-width:0}.bt-checklist-card__eyebrow{color:var(--eyebrow-color,#0b7a75);font-size:var(--eyebrow-font-size,18px);font-weight:600;line-height:1.5;margin:0 0 6px}.bt-checklist-card__title{color:var(--title-color,#1a252d);display:-webkit-box;font-size:var(--title-font-size,20px);font-weight:600;-webkit-line-clamp:2;line-height:1.5;margin:0;-webkit-box-orient:vertical;overflow:hidden}.bt-checklist-card__body{padding:6px 20px 10px}.bt-checklist-card__row{align-items:flex-start;border-top:1px solid #dbe5ea;display:flex;gap:12px;padding:18px 0}.bt-checklist-card__row:first-child{border-top:none}.bt-checklist-card__check{background-color:#fff;border:2px solid #d4d6d9;border-radius:3px;box-sizing:border-box;height:18px;margin-top:5px;min-width:18px;width:18px}.bt-checklist-card__text{color:var(--item-text-color,#1a252d);font-size:var(--item-font-size,18px);font-weight:400;line-height:1.9;margin:0;word-break:break-word}@media (max-width:767px){.bt-checklist-card__grid{grid-template-columns:repeat(var(--mobile-columns,1),minmax(0,1fr))}}