/* BeritaTKP Video — Frontend Player */
.btkpv-wrap {
  --btkpv-color: #e63946;
  max-width: 100%;
  margin: 1.5em 0;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.btkpv-title {
  font-size: .9em;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
  padding-left: 2px;
  border-left: 3px solid var(--btkpv-color);
  padding-left: 8px;
}

.btkpv-player-box {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}

.btkpv-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
}

.btkpv-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 2px 0;
  font-size: 11px;
  color: #999;
}

.btkpv-badge {
  background: var(--btkpv-color);
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .04em;
}

.btkpv-dl {
  color: #999;
  text-decoration: none;
  transition: color .2s;
}
.btkpv-dl:hover { color: var(--btkpv-color); }

@media (max-width: 480px) {
  .btkpv-video { max-height: 260px; }
}
