.download-module{align-items:stretch;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-content:stretch;grid-gap:1em}.download-module .download-card{border-radius:calc(var(--radius)*2);display:grid;grid-template-columns:1fr 1fr;margin:0 1em}@media screen and (max-width:768px){.download-module .download-card{border-radius:0;margin:0}}.download-module .download-card:nth-child(2n){background:hsl(from var(--text-color) h s l/10%);background:var(--background-grey)}.download-module .download-card .download-thumb{align-items:flex-end;display:flex;height:100%;justify-content:center;padding:1em 1em 0;position:relative;width:100%}.download-module .download-card .download-detail{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:1.5em}.download-module .download-card .download-detail .new-flag{background:linear-gradient(90deg,var(--brand-purple),var(--brand-pink));border-radius:0 1.5em 1.5em 0;color:#fff;font-size:.625em;font-style:italic;font-weight:700;margin-bottom:.5em;padding:.25em 3em .25em .5em}.download-module .download-card .download-detail .download-name{font-size:1.25em;font-weight:700;margin-bottom:.5em}.download-module .download-card .download-detail .download-description{margin-bottom:1.5em}@media screen and (max-width:768px){.download-module .download-card{grid-template-columns:1fr;justify-items:center}.download-module .download-card .download-detail,.download-module .download-card .download-thumb{align-items:center;text-align:center}.download-module .download-card .download-thumb{max-width:300px}}