.resource-download-list{display:flex;flex-direction:column;gap:10px;margin:0 auto}.resource-item{align-items:center;background-color:#dbdef6;border-radius:10px;display:flex;justify-content:space-between;padding:20px 30px;transition:background-color .2s ease}.resource-item:hover{background-color:#6a75d9;color:#fff}.resource-item__content{align-items:center;display:flex;gap:15px}.resource-item:hover .resource-item__download-btn,.resource-item:hover .resource-item__meta{color:#fff!important}.resource-item:hover .resource-item__icon{filter:invert(1)}.resource-item:hover .resource-item__download-btn svg path{fill:#fff}.resource-item__title{font-family:Figtree;font-size:18px;font-weight:700;line-height:26px;margin:0}.resource-item__meta{color:#748297;font-size:14px;margin:3px 0 0}.file-type{font-weight:400}.resource-item__download-btn{align-items:center;color:#000!important;display:flex;font-weight:600;gap:10px;text-decoration:none}.resource-item__download-btn:hover{color:#fff!important;font-weight:600;text-decoration:none}