/* Globalny pasek meczów: ta sama paleta na stronie głównej i we wpisach. */
.top__games-active {
  border-color: #d3dde4 !important;
  background: #fff !important;
  box-shadow: 0 7px 22px rgba(16, 42, 67, .09) !important;
}
.bstv-games-strip__head {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  min-height: 42px !important;
  padding: 0 15px !important;
  color: #102a43 !important;
  border-bottom-color: #dce3e8 !important;
  background: #f7f9fb !important;
}
.top__games-active .bstv-games-strip__head > a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 34px !important;
  padding: 7px 11px !important;
  border-radius: 8px !important;
  color: #0a3544 !important;
  text-decoration: none !important;
}
.top__games-active .bstv-games-strip__head > a:hover {
  color: #102c38 !important;
  background: #fff !important;
}
.top__games-active .bstv-games-strip__live { min-width: 0 !important; }
.top__games-active .bstv-games-strip__divider,
.top__games-active .bstv-games-strip__arrow { display: none !important; }
.top__games-active .bstv-games-strip__chat { position: relative !important; margin-left: 2px !important; }
.top__games-active .bstv-games-strip__simulator {
  margin-left: auto !important;
  padding: 9px 14px !important;
  color: #fff !important;
  background: #102c38 !important;
  box-shadow: 0 3px 9px rgba(16, 44, 56, .16) !important;
}
.top__games-active .bstv-games-strip__simulator:hover { color: #fff !important; background: #071f2a !important; }
.top__games-active .bstv-games-strip__simulator strong { color: #dce7f0 !important; }
.top__games-active .bstv-games-strip__simulator small { color: #c8d5da !important; }
.bstv-games-strip__head:hover { background: #eef3f7 !important; }
.bstv-games-strip__hint { color: #627383 !important; }
.bstv-games-strip__arrow { color: #1261a0 !important; }
.bstv-games-strip__pulse.is-live { background: #e32636; }
.bstv-games-strip__pulse.is-idle { background: #8fa1a8; }
.top__games-active .bstv-game-card {
  border-color: #dce3e8 !important;
  border-top-color: #1261a0 !important;
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(16, 42, 67, .075) !important;
}
.top__games-active .bstv-game-card:hover {
  border-color: #9cb6cb !important;
  border-top-color: #e32636 !important;
  box-shadow: 0 8px 18px rgba(16, 42, 67, .13) !important;
}
.bstv-game-card__score { background: #102a43 !important; }
.bstv-game-card__status.scheduled { color: #1261a0 !important; background: #eaf2f8 !important; }
.bstv-game-card__status.finished { color: #627383 !important; background: #edf1f4 !important; }

@media (max-width: 700px) {
  .bstv-games-strip__head { padding: 0 8px !important; gap: 0 !important; }
  .top__games-active .bstv-games-strip__head > a { gap: 6px !important; padding: 7px 6px !important; }
  .top__games-active .bstv-games-strip__simulator { padding: 8px 10px !important; }
  .top__games-active .bstv-games-strip__hint,
  .top__games-active .bstv-games-strip__chat small,
  .top__games-active .bstv-games-strip__simulator small { display: none !important; }
}
