.reports-examples-container{justify-content:center;gap:25px;display:flex}.report-example-container{max-width:600px;padding:20px 25px}.report-example{background-color:var(--color-white);border-radius:4px;width:100%;max-width:450px;transition:transform .3s,box-shadow .3s}.report-example:hover{transform:scale(1.02)translateY(-10px);box-shadow:0 5px 17px -3px #7b7b7b40}.report-example-tag{background-color:var(--color-background-light);border-radius:10px;width:fit-content;margin-bottom:10px;padding:5px;font-size:.8rem}.report-example-title{font-size:1.1rem;font-family:Outfit!important;font-weight:400!important}.report-example-description{color:var(--color-text-secondary);margin:5px 0 20px}.report-download{cursor:pointer;transform-origin:50%;width:fit-content;font-weight:600;text-decoration:underline;transition:transform .3s}.report-download svg{margin-top:-2px;margin-right:7px}.report-download:hover{transform:scale(1.02)}.report-example img{object-fit:cover;object-position:top;width:100%;max-height:250px;display:block}.report-example-img-container{border-bottom-right-radius:50% 13%;border-bottom-left-radius:50% 13%;overflow:hidden}.report-example-bottom{padding:25px}@media (max-width:576px){.report-example-container{max-width:90vw}.report-example-description{display:none}.report-download{margin-top:15px}}
