.SupplementCards{gap:var(--size-4);display:grid}@media (min-width:801px){.SupplementCards{grid-template-columns:1fr 1fr 1fr}}@media (max-width:800px){.SupplementCards{grid-template-columns:1fr}.SupplementCard{padding:16px}}.SupplementCard{--Card-gap:8px;cursor:pointer;justify-content:flex-start;height:100%;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s}.SupplementCard:hover{box-shadow:0 0 0 2px transparent,var(--shadow-4);transform:translateY(-2px)}.SupplementCard .HabitCard-description{color:var(--gray-8);margin:0}.SupplementCard .HabitCard-progress{margin-top:auto}