html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
  font-family: Arial, sans-serif;
}

* { box-sizing: border-box; }

.live-ad {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.stage,
.video-frame,
.shade {
  position: absolute;
  inset: 0;
}

.video-frame {
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  pointer-events: none;
}

.shade {
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0) 54%, rgba(0,0,0,.48) 78%, rgba(0,0,0,.88) 100%);
}

.badge,
.watchers,
.copy,
.cta {
  position: absolute;
  z-index: 4;
}

.badge {
  left: 34px;
  top: 34px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ff5b21;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
}

.watchers {
  right: 34px;
  top: 34px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0,0,0,.56);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  backdrop-filter: blur(4px);
}

.copy {
  left: 44px;
  right: 310px;
  bottom: 44px;
  text-shadow: 0 3px 16px rgba(0,0,0,.72);
}

.kicker {
  margin-bottom: 10px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.title {
  max-width: 100%;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.meta {
  margin-top: 12px;
  color: rgba(255,255,255,.82);
  font-size: 20px;
  font-weight: 800;
}

.cta {
  right: 44px;
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 19px 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a2e 0%, #ec3b09 100%);
  color: #fff;
  font-size: 23px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(236, 59, 9, .28);
}

.fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 22px;
}

.cb-live-mobile .shade {
  background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.48) 70%, rgba(0,0,0,.9) 100%);
}

.cb-live-mobile .badge,
.cb-live-mobile .watchers {
  top: 28px;
  padding: 7px 10px;
  font-size: 12px;
}

.cb-live-mobile .badge {
  left: 28px;
}

.cb-live-mobile .watchers {
  right: 28px;
}

.cb-live-mobile .copy {
  left: 34px;
  right: 34px;
  bottom: 102px;
}

.cb-live-mobile .kicker {
  margin-bottom: 7px;
  font-size: 11px;
}

.cb-live-mobile .title {
  font-size: 34px;
  max-width: 78%;
}

.cb-live-mobile .meta {
  margin-top: 8px;
  font-size: 15px;
}

.cb-live-mobile .cta {
  left: 34px;
  right: 34px;
  bottom: 34px;
  min-width: 0;
  padding: 15px 20px;
  font-size: 18px;
}
