.download-list{display:flex;flex-direction:column;gap:16px}.download-item{align-items:flex-start;background:#f5f5f5;border:1px solid transparent;border-radius:12px;color:#424242;display:flex;flex-wrap:wrap;gap:16px;padding:16px;text-decoration:none;transition:box-shadow .3s,transform .2s}.download-item:focus-visible,.download-item:hover{border-color:rgba(0,0,0,.06);box-shadow:0 8px 24px rgba(0,0,0,.1);color:#424242;transform:translateY(-2px)}.download-item:focus-visible{outline:2px solid #ed4479;outline-offset:2px}.download-item__badge{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px}.download-item__icon-wrapper{align-items:center;background:#ed4479;border-radius:10px;display:flex;height:48px;justify-content:center;width:48px}.download-item__icon{filter:brightness(0) invert(1);height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.download-item__content{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.download-item__size{color:#707070;font-size:11px;font-weight:600;letter-spacing:.3px;white-space:nowrap}.download-item__name{color:#505050;font-size:15px;font-weight:700;line-height:1.3;word-break:break-word}.download-item__description{color:#707070;font-size:13px;line-height:1.4}.download-item__button.button{align-items:center;border-radius:100px;display:flex;font-family:Source Sans Pro,Arial,sans-serif;font-size:14px;font-weight:700;gap:8px;justify-content:center;letter-spacing:1px;padding:12px 24px;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}.download-item__arrow{font-size:18px;font-weight:700;line-height:1}@media (min-width:641px){.download-item{align-items:center;flex-wrap:nowrap;gap:24px;padding:24px 32px}.download-item__icon-wrapper{border-radius:14px;height:64px;width:64px}.download-item__icon{height:36px;width:36px}.download-item__name{font-size:18px}.download-item__description{font-size:15px}.download-item__button.button{justify-content:flex-start;width:auto}}
/*# sourceMappingURL=../../maps/download/download.css.map */