.dmbc-v2{width:100%;box-sizing:border-box;color:var(--dmbc-text)}
.dmbc-v2-carousel{position:relative;width:100%}
.dmbc-v2-viewport{overflow-x:auto;overflow-y:hidden;width:100%;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}
.dmbc-v2-viewport::-webkit-scrollbar{display:none}.dmbc-v2-track{display:flex;gap:var(--dmbc-gap);will-change:scroll-position}
.dmbc-v2-card{box-sizing:border-box;flex:0 0 calc((100% - (var(--dmbc-gap) * 2))/3);min-width:0;overflow:hidden;background:var(--dmbc-card-bg);border-radius:var(--dmbc-radius);display:flex;flex-direction:column}
.dmbc-v2-image{display:block;height:var(--dmbc-image-height);overflow:hidden;background:#ddd;flex:none}
.dmbc-v2-img{display:block;width:100%;height:100%;object-fit:cover}
.dmbc-v2-placeholder{display:block;width:100%;height:100%;background:#ddd}
.dmbc-v2-content{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;padding:20px}
.dmbc-v2-category,.dmbc-v2-date{font-size:13px;line-height:1.4;color:var(--dmbc-muted)}
.dmbc-v2-category{margin-bottom:4px}
.dmbc-v2-date{margin-bottom:10px}
.dmbc-v2-title{font-size:20px;line-height:1.35;margin:0 0 10px}
.dmbc-v2-title a{color:inherit;text-decoration:none}
.dmbc-v2-excerpt{font-size:15px;line-height:1.55;color:var(--dmbc-muted);margin-bottom:18px}
.dmbc-v2-button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:9px;background:var(--dmbc-button-bg);color:var(--dmbc-button-color);text-decoration:none;font-size:14px;line-height:1.2}
.dmbc-v2-button:hover{opacity:.9;color:var(--dmbc-button-color)}
.dmbc-v2-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--dmbc-accent);box-shadow:0 2px 10px rgba(0,0,0,.13);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-size:18px}
.dmbc-v2-prev{left:-16px}.dmbc-v2-next{right:-16px}
.dmbc-v2-arrow:disabled{opacity:.35;cursor:default}
.dmbc-v2-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}
.dmbc-v2-dot{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:#ccc;cursor:pointer}
.dmbc-v2-dot.is-active{background:#111;transform:scale(1.1)}
.dmbc-v2-empty{padding:20px;border:1px dashed #bbb;background:#f6f6f6}
@media(max-width:1024px){.dmbc-v2-card{flex-basis:calc((100% - var(--dmbc-gap))/2)}.dmbc-v2-prev{left:4px}.dmbc-v2-next{right:4px}}
@media(max-width:767px){.dmbc-v2-card{flex-basis:100%}.dmbc-v2-content{padding:18px}.dmbc-v2-title{font-size:18px}.dmbc-v2-arrow{width:36px;height:36px}.dmbc-v2-prev{left:6px}.dmbc-v2-next{right:6px}}
@media(prefers-reduced-motion:reduce){.dmbc-v2-track{transition:none!important}}
