/* Final overrides for the compact homepage LIVE gateway. */
.bstv-games-strip__head {
  justify-content: flex-start !important;
  gap: 10px;
  color: #0a3544 !important;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease;
}
.bstv-games-strip__head:hover { background: #fff !important; color: #063747 !important; }
.bstv-games-strip__head strong { font-size: 15px !important; font-weight: 900 !important; }
.bstv-games-strip__pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #df2237;
  box-shadow: 0 0 0 5px rgba(223, 34, 55, .12);
}
.bstv-games-strip__hint {
  color: #607980 !important;
  font: 700 10px/1 system-ui !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.bstv-games-strip__arrow {
  margin-left: auto;
  color: #0b6682 !important;
  font: 900 18px/1 system-ui !important;
  letter-spacing: 0 !important;
}
@media (max-width: 700px) { .bstv-games-strip__hint { display: none; } }
