 .reso-links-filedownloads .links-files-grid{display:grid;grid-template-columns:auto auto;grid-template-rows:auto;gap:20px}@media(max-width:991px){.reso-links-filedownloads .links-files-grid{grid-template-columns:100%;grid-template-rows:auto;gap:16px}}.reso-links-filedownloads .link-file-item{padding:16px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border-radius:16px;border:1px solid var(--color-el-disable);background-color:var(--color-bg-primary);font-size:14px;line-height:20px;font-weight:100;}.reso-links-filedownloads .link-file-item .file-item-img{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:100%;background-color:var(--color-bg-secondary);}.reso-links-filedownloads .link-file-item .file-item-name{color:var(--color-text-primary);}.reso-links-filedownloads .link-file-item span.file-download-icon{width:15.3px;height:16.15px;}.reso-links-filedownloads .link-file-item span.file-item-size{color:var(--color-text-placeholder);}.reso-links-filedownloads .link-file-item:hover{text-decoration:none;}.reso-links-filedownloads .link-file-item:hover span.file-img-icon,.reso-links-filedownloads .link-file-item:hover span.file-download-icon{background-color:var(--color-el-brand);}.reso-links-filedownloads .link-file-item:active span.file-img-icon,.reso-links-filedownloads .link-file-item:active span.file-download-icon{background-color:var(--color-el-brandPressed);}.reso-links-filedownloads .link-file-item:hover .file-item-img{background-color:var(--color-bg-success);}