.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}.preview-meta-col{flex-direction:column;justify-content:center;flex:1}.preview-meta-col:first-child{align-items:flex-start}.preview-meta-col:last-child{align-items:flex-end}.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}}