.dzvb-grid{display:grid;gap:20px}
.dzvb-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.dzvb-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.dzvb-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.dzvb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.dzvb-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}
.dzvb-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:16px}
.dzvb-thumb-wrap{display:block;border-radius:12px;overflow:hidden}
.dzvb-thumb{width:100%;height:auto;display:block}
.dzvb-thumb--placeholder{background:#e5e7eb;height:180px}
.dzvb-title{margin:.6rem 0 .25rem 0;font-weight:700;font-size:1.1rem}
.dzvb-meta{font-size:.85rem;color:#64748b;margin-bottom:.5rem}
.dzvb-excerpt{margin-bottom:.75rem}
.dzvb-btn{display:inline-block;border-radius:999px;padding:.6rem 1rem;background:#7A2428;color:#fff;text-decoration:none;font-weight:600}

/* list style tweaks, date box skin color inherits from main skin */
.dzvb-list{display:flex;flex-direction:column;gap:14px}
.dzvb-list .dzvb-card{padding:14px}
.dzvb-datebox{width:54px;height:64px;border-radius:12px;background:#EADCCD;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;color:#7A2428;margin-right:6px}
.dzvb-datebox .day{font-size:1.1rem;line-height:1}
.dzvb-datebox .mon{font-size:.8rem;line-height:1;text-transform:uppercase;opacity:.9}
.dzvb-list .dzvb-content h3{margin:0 0 .25rem}