.cs-blog-html .cs-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.cs-blog-html .cs-product-card{border:1px solid rgba(10,113,63,.18);border-radius:24px;background:#f7fbf0;padding:22px;box-shadow:0 14px 34px rgba(8,45,32,.06)}.cs-blog-html .cs-product-card h3{margin:0 0 10px!important;font-size:24px!important;letter-spacing:-.035em!important;color:var(--forest)!important}.cs-blog-html .cs-product-card p{margin:0 0 16px!important;font-size:15px!important;line-height:1.6!important;color:#3f4840!important}.cs-blog-html .cs-product-card a{font-weight:900;color:var(--green);text-decoration:underline;text-underline-offset:3px}.cs-blog-html .cs-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 0;padding:0;list-style:none}.cs-blog-html .cs-checklist li{margin:0!important}.cs-blog-html .cs-small{font-size:14px!important;color:var(--muted)!important}@media (max-width:760px){.cs-blog-html .cs-product-grid,.cs-blog-html .cs-checklist{grid-template-columns:1fr}}