.downloads{display:flex;flex-direction:column;width:100%}.downloads .downloads-item{cursor:pointer;height:56px;margin:8px 0;max-width:900px;position:relative}.downloads .downloads-item:hover{text-decoration:none}.downloads .downloads-item .icon{align-items:center;border-radius:100%;display:flex;height:35px;justify-content:center;width:35px}.downloads .downloads-item svg{border-style:none}.downloads .title-wrapper{align-items:center;border-radius:8px;display:flex;height:56px;justify-content:space-between;padding:16px;width:100%}.downloads .title-wrapper .title{font-weight:500}.downloads .downloads-item p.title{max-width:85%}@media only screen and (max-width:480px){.downloads .downloads-item,.downloads .title-wrapper{height:fit-content}}