/* Mizan Course Upsells - front-end styling */
.mizan-upsells{margin:2.5em 0;clear:both}
.mizan-upsells__title{font-size:1.25em;margin:0 0 .75em;font-weight:700}
.mizan-upsells__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25em}
.mizan-upsells__card{border:1px solid #e5e7eb;border-radius:10px;padding:1em;text-align:center;background:#fff;display:flex;flex-direction:column}
.mizan-upsells__img{display:block}
.mizan-upsells__img img{width:100%;height:auto;border-radius:6px;margin-bottom:.5em}
.mizan-upsells__name{font-weight:600;display:block;margin-bottom:.35em;text-decoration:none;line-height:1.3}
.mizan-upsells__price{margin-bottom:.75em}
.mizan-upsells__save{display:inline-block;background:#e7f6ec;color:#1b7f4b;font-size:.8em;font-weight:600;padding:.1em .5em;border-radius:4px;margin-left:.25em;white-space:nowrap}
.mizan-upsells__add{margin-top:auto}
@media (max-width:480px){.mizan-upsells__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}
