.lmtv-player {
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  background: #ffffff;
}
.lmtv-header {
  background: linear-gradient(90deg, #ff5ea7, #ffb86c);
  padding: 12px 16px;
}
.lmtv-header h3 {
  margin: 0;
  font-weight: 700;
  color: #111;
  font-size: 1.1rem;
  letter-spacing: .2px;
}
.lmtv-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.lmtv-video {
  display: block;
  width: 100%;
  height: 100%;
}
.lmtv-iframe-holder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px){
  .lmtv-header h3{ font-size: 1rem; }
}
