.dth-k9r-wrapper{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}
.dth-k9r-video{flex:1 1 60%;min-width:300px}
.dth-k9r-panel{flex:0 0 250px;background:#f8f8f8;border:1px solid #ccc;padding:.75rem}
.dth-k9r-panel h4{margin:.25rem 0;font-size:1rem;color:#222}
.dth-k9r-panel ul{margin:.5rem 0 0;padding-left:1.2rem}
.dth-k9r-footer{margin-top:.5rem;font-size:.9rem;color:#555}
.dth-k9r-title{text-align:center;margin-bottom:.35rem}

.dth-k9r-live-wrap{min-height:24px;margin-bottom:.25rem}
.dth-k9r-live-badge{display:inline-block;padding:.15rem .5rem;border-radius:20px;font-weight:700;font-size:.9rem;background:#222;color:#fff}
.dth-k9r-live-badge[data-live="yes"]{background:#cc001f;box-shadow:0 0 0 0 rgba(204,0,31,.7);animation:pulse 1.4s infinite}
.dth-k9r-live-badge[data-live="no"]{background:#555}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(204,0,31,.7)}70%{box-shadow:0 0 0 12px rgba(204,0,31,0)}100%{box-shadow:0 0 0 0 rgba(204,0,31,0)}}

.dth-k9r-sponsors{margin-top:.5rem;position:relative;min-height:60px;border-top:1px solid #eee;padding-top:.5rem}
.dth-k9r-sponsor{position:absolute;left:0;right:0;text-align:center;opacity:0;transition:opacity .4s ease}
.dth-k9r-sponsor img{max-width:100%;height:auto}
.dth-k9r-sponsor.active{opacity:1;position:relative}
