/* Section: CTA button bar (node 1:43) — transparent bar, blue WATCH NOW button */
#sec-cta { position: relative; width: 1728px; height: 110px; background: transparent; }

#cta-btn {
  /* an <a> anchoring down to the media player */
  text-decoration: none; cursor: pointer;
  position: absolute; left: 200px; top: 30px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 4px;
  background: #0051c6;
  border-radius: 6px;
  box-shadow: -3px 3px 0 0 #03358c;
  overflow: hidden;
}
#sec-cta .cta-edge { position: relative; width: 100%; height: 4px; }
#sec-cta .cta-edge img { display: block; width: 100%; height: 100%; }
#sec-cta .cta-edge-b { transform: rotate(180deg); }
#sec-cta .cta-label { display: flex; padding: 4px 16px; }
#sec-cta .cta-label p {
  margin: 0;
  font-family: "Inter", sans-serif; font-weight: 400; font-size: 26px; line-height: 1;
  color: #fff; text-transform: uppercase; white-space: nowrap;
}
