.downloadable-assets-module .downloadable-assets-grid{display:grid;gap:20px var(--Gutter-Width,40px);grid-template-columns:1fr 1fr}.downloadable-assets-module .file-format{color:var(--Dark-Text);font-size:1rem;font-weight:400;word-break:keep-all}.downloadable-assets-module .file a{display:inline-flex;gap:13px}.downloadable-assets-module .file p{margin:0}.downloadable-assets-module .file .file-label{color:var(--Dark-Text);margin-bottom:0;transition:all .3s ease-out}.downloadable-assets-module .file a:hover .file-label,.downloadable-assets-module .file a:hover i{color:var(--Highlight-2)}.downloadable-assets-module .file i{color:var(--Highlight-1);font-size:1.125rem;line-height:2.125rem}@media (max-width:767px){.downloadable-assets-module .downloadable-assets-grid{grid-template-columns:1fr}}