.pred-view-pager {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 38px auto 16px;
  padding: 16px 18px;
  width: fit-content;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(12,12,12,0.92) 42%, rgba(255,255,255,0.055));
  border: 1.5px solid rgba(245,215,111,0.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.11), 0 20px 48px rgba(0,0,0,0.42), 0 0 28px rgba(212,175,55,0.16);
}

.pred-view-page {
  min-width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 2px solid rgba(245,215,111,0.55);
  background: radial-gradient(circle at 30% 18%, rgba(255,255,255,0.2), transparent 34%), linear-gradient(145deg, rgba(38,29,8,0.98), rgba(10,10,10,0.98) 58%, rgba(61,43,8,0.92));
  color: #ffe89b;
  font-size: 1.02rem;
  font-weight: 1000;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,0.72), 0 0 10px rgba(245,215,111,0.22);
  box-shadow: 0 10px 24px rgba(0,0,0,0.34), inset 0 0 0 1px rgba(255,255,255,0.08), 0 0 14px rgba(212,175,55,0.12);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
}

.pred-view-page:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: #ffe486;
  color: #ffffff;
  background: radial-gradient(circle at 30% 18%, rgba(255,255,255,0.28), transparent 35%), linear-gradient(145deg, rgba(88,63,10,0.98), rgba(20,18,12,0.98) 56%, rgba(92,64,8,0.96));
  box-shadow: 0 16px 32px rgba(0,0,0,0.42), 0 0 28px rgba(245,215,111,0.34), inset 0 0 0 1px rgba(255,255,255,0.12);
}

.pred-view-page.active {
  border-color: #fff1a8;
  background: linear-gradient(145deg, #fff2a6 0%, #f2ca50 38%, #b68112 72%, #6d4604 100%);
  color: #050505;
  font-size: 1.08rem;
  text-shadow: 0 1px 0 rgba(255,255,255,0.32);
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 18px 38px rgba(212,175,55,0.42), 0 0 34px rgba(245,215,111,0.52), inset 0 2px 0 rgba(255,255,255,0.42), inset 0 -10px 20px rgba(93,57,0,0.22);
}

.pred-view-pager span {
  color: rgba(255,232,155,0.72) !important;
  font-weight: 900;
  padding: 0 4px;
}

.pred-cards-list.et-page-changing {
  animation: etPredictionPageShift .42s ease both;
}

@keyframes etPredictionPageShift {
  0% { opacity: .35; transform: translateY(14px) scale(.992); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.pred-sport-tab {
  text-decoration: none;
}

@media (max-width: 640px) {
  .pred-view-pager {
    gap: 8px;
    padding: 13px 11px;
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
  }
  .pred-view-page {
    min-width: 46px;
    height: 46px;
    flex: 0 0 auto;
    font-size: .96rem;
  }
}
