.dtv-cw-block {
  color: #f5f7fb;
  margin: 28px 0;
}

.dtv-cw-head h2 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
}

.dtv-cw-empty {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(245,247,251,0.72);
}

.dtv-cw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.dtv-cw-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.dtv-cw-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #101b2f;
}

.dtv-cw-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dtv-cw-progress {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  overflow: hidden;
}

.dtv-cw-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #77a8ff, #d8e6ff);
}

.dtv-cw-percent {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  line-height: 1;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7,17,31,0.82);
  color: #fff;
}

.dtv-cw-body {
  padding: 16px;
}

.dtv-cw-body h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.3;
}

.dtv-cw-body p {
  margin: 0 0 12px;
  color: rgba(245,247,251,0.72);
  line-height: 1.55;
}

.dtv-cw-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(245,247,251,0.72);
}

.dtv-cw-reset {
  border: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  color: #fff;
  cursor: pointer;
}


.dtv-cw-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 767px) {
  .dtv-cw-grid {
    grid-template-columns: 1fr;
  }
}


.dtv-cw-card {
  position: relative;
  color: #fff;
}

.dtv-cw-card,
.dtv-cw-card a,
.dtv-cw-card h3,
.dtv-cw-card p,
.dtv-cw-card span {
  color: #fff;
}

.dtv-cw-card-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.dtv-cw-card-link:hover,
.dtv-cw-card-link:focus {
  color: #fff;
  text-decoration: none;
}

.dtv-cw-thumb {
  position: relative;
  overflow: hidden;
}

.dtv-cw-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.dtv-cw-body h3 a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.dtv-cw-badge,
.dtv-cw-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(6, 10, 16, 0.8);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.74rem;
  line-height: 1;
  white-space: nowrap;
}

.dtv-cw-reset {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  cursor: pointer;
}

.dtv-cw-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
