.post-list-item{background:#fff;border-radius:var(--w-radius);box-shadow:var(--w-shadow-bordered);margin-bottom:20px;padding:20px;width:100%}.post-list-item:last-child{margin-bottom:0}.post-list-item .thumb{flex:1 1;position:relative}.post-list-item .thumb img{display:block;margin-bottom:10px;width:100%}.post-list-item .content{flex:2 1}.post-list-item .content+.thumb{margin-bottom:0;margin-top:10px}.post-list-item .title{display:block;font-size:1.5em;line-height:1.2;margin-bottom:10px;width:100%}.post-list-item p{margin-bottom:5px;text-align:left}.post-list-item .btn{color:#fff!important;font-size:.9em;line-height:1.2;margin-bottom:10px;padding:8px;white-space:inherit;width:100%}.post-list-item.card{align-content:stretch;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.post-list-item.card .title{border:none;font-size:1em}.post-list-item.card p{font-size:75%;margin:0}.post-list-item.card .thumb{margin-bottom:0;margin-left:10px}.post-list-item.vertical{display:inline-block}.post-list-item.vertical .title{border:none;margin-bottom:.5em}.post-list-item:hover{box-shadow:var(--w-shadow-lg-bordered)}@media screen and (min-width:540px){.post-list-item{align-content:stretch;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.post-list-item .title{border-bottom:1px solid #bbb}.post-list-item .thumb{margin-right:20px}.post-list-item .thumb img{margin-bottom:0}.post-list-item .content+.thumb{margin-left:20px;margin-right:0;margin-top:0}.post-list-item .btn{margin:10px 0 0}.post-list-item.card .content{flex:5 1}.post-list-item.card p{font-size:85%}.post-list-item.vertical .thumb{margin-bottom:10px}}