/* Visible Where to Watch / Highlights target */
#fbbWhereToWatchTarget {
  display: block !important;
  margin: 14px 0 18px !important;
  padding: 14px !important;
  border: 1px solid rgba(0, 177, 255, 0.28) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(
      135deg,
      rgba(0, 177, 255, 0.12),
      rgba(0, 255, 135, 0.06)
    ) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
}

#fbbWhereToWatchTarget h2,
#fbbWhereToWatchTarget h3 {
  margin: 0 0 8px !important;
  color: #00e5ff !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

#fbbWhereToWatchTarget p {
  margin: 0 !important;
  color: #b8c2cc !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
}

#fbbWhereToWatchTarget .fbb-watch-note {
  margin-top: 8px !important;
  color: #00ff87 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
}

.wc-hub-nav.fbb-league-stats-nav #hubNavWatchHighlights {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
