.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{--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{margin:0}.SupplementCard .HabitCard-progress{margin-top:0}.SupplementCard-levels{background-color:var(--gray-1);border:1.35px solid var(--gray-2);border-radius:10.8px;flex-direction:column;align-self:stretch;gap:12px;margin-top:auto;padding:8px 12px 12px;display:flex}.SupplementCard-levels-row{flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex}.SupplementCard-level{flex-direction:column;display:flex}.SupplementCard-level--right{align-items:flex-end}.SupplementCard-level-label{color:var(--gray-8)}.SupplementCard-level-value{color:var(--gray-11);font-weight:600}