.resource-download-list{display:flex;flex-direction:column;gap:10px;margin:0 auto}a.resource-item__download-btn{color:var(--black-color)!important}.resource-item{align-items:center;background-color:#dcf2fd;border-radius:10px;display:flex;justify-content:space-between;padding:20px 30px;transition:background-color .2s ease}.resource-item:hover{background-color:#ffebda}.resource-item__content{align-items:center;display:flex;gap:15px}.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;display:flex;font-weight:600;gap:10px;text-decoration:none}