/* https://dre.pl/wp-content/themes/dre2022/dist/block_downloads-with-photo.css?ver=2024.09.06.01 */
.block-downloads-with-photo{margin-top:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.block-downloads-with-photo__inner{display:grid;grid-auto-columns:auto;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}@media (min-width:992px){.block-downloads-with-photo__inner{grid-template-columns:repeat(3,minmax(250px,1fr))}}.block-downloads-with-photo .download-box{position:relative;display:flex;overflow:hidden;flex-direction:column;max-width:100%;height:auto;background-color:#f8f8f8}.block-downloads-with-photo .download-box__content{position:absolute;z-index:500;right:2rem;bottom:2rem;width:19rem;min-height:19rem;padding:2rem;transition:color .5s cubic-bezier(0,.55,.45,1),background-color .5s cubic-bezier(0,.55,.45,1);background-color:#fff}.block-downloads-with-photo .download-box__title{margin-bottom:.5rem;padding-right:3rem;transition:color .5s cubic-bezier(0,.55,.45,1)}@media (min-width:992px){.block-downloads-with-photo .download-box__title{margin-bottom:1.5rem}}.block-downloads-with-photo .download-box__subtitle{line-height:2.4rem;margin-bottom:1.5rem;transition:color .5s cubic-bezier(0,.55,.45,1)}.block-downloads-with-photo .download-box__img-wrapper{position:relative;z-index:100;display:block;overflow:hidden;min-height:0;max-height:23rem}@media (min-width:992px){.block-downloads-with-photo .download-box__img-wrapper{max-height:45.5rem}}.block-downloads-with-photo .download-box__img{height:auto;transition:transform .5s cubic-bezier(0,.55,.45,1);-o-object-fit:cover;object-fit:cover}.block-downloads-with-photo .download-box:hover .download-box__content{color:#fff;background:#ed720d}.block-downloads-with-photo .download-box:hover .download-box__subtitle{color:#fff}.block-downloads-with-photo .download-box:hover .download-box__arrow{filter:brightness(0) invert(1)}.block-downloads-with-photo .download-box:hover .download-box__button{background:#3c3c3c}.block-downloads-with-photo .download-box:hover .download-box__img{transform:scale(1.05)}