.preview{box-sizing:border-box;width:100%;height:100%;padding:25px;border-radius:8px;background:linear-gradient(140deg,#fcbf9c,#d8badc);filter:drop-shadow(1px 1px 6px rgba(53,41,73,.2));display:flex;flex-direction:column}.preview-thumbnail{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:100%;height:250px;overflow:hidden;border-radius:8px;background-color:rgba(255,255,255,1)}.preview-thumbnail img{width:100%;height:auto}.preview-text{text-align:justify;display:block}.preview-meta{margin-top:auto;box-sizing:border-box;width:100%}.preview-meta-row,.preview-meta-col{box-sizing:border-box;display:flex}.preview-meta-row{flex-direction:row;flex-wrap:nowrap;gap:5px}.preview-meta-col{flex-direction:column;justify-content:center;flex:1 1 auto;align-items:center}.preview-meta-col i.fa{margin-right:5px}.preview-meta-col span{display:flex;flex-direction:row;align-items:center;width:100%;margin:0 auto}.preview-meta-col:first-child{align-items:flex-start}.preview-meta-col:last-child{align-items:flex-end}.preview-meta-col .post-categories{list-style:none;margin:0;padding:0}.preview-meta-col .post-categories li{display:inline-block}.preview-meta-col .post-categories li a{color:var(--color-alt-light);pointer-events:none;text-decoration:none;color:inherit;display:inline-block;box-sizing:border-box;width:100%;text-align:center;font-size:12px;text-transform:uppercase}.preview-meta-col .post-categories li a:after{content:',';display:inline-block}.preview-meta-col .post-categories li:last-child a:after{display:none}.preview-button{box-sizing:border-box;display:block;padding:8px 12px;background-color:var(--color-alt);color:#fff;border-radius:5px;font-weight:700}@media screen and (max-width:980px){.preview-thumbnail{height:400px}}@media screen and (max-width:480px){.preview-thumbnail{height:200px}.preview-title{font-size:initial}.preview-text,.preview-meta{font-size:initial}}@media screen and (max-width:640px){.preview-meta-row{flex-wrap:wrap;gap:1rem}.preview-meta-col{flex:1 1 100%}.preview-button{width:100%;text-align:center}}