.video-frame[data-enhanced-video] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  accent-color: #0ea5e9;
}
.video-speed-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.video-speed-select {
  background: #08101f;
  color: #e2e8f0;
  border: 1px solid rgba(14,165,233,.3);
  border-radius: 8px;
  padding: 6px 8px;
  font-size: .8rem;
}
