.et-logo-img { height: 44px; width: auto; object-fit: contain; }
.et-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ef4444; display: inline-block; animation: lsDotPulse 1.2s infinite; }
.et-live-nav-link { display: inline-flex; align-items: center; gap: 5px; }
.pred-section-tight { padding-top: 0; }
.pred-hidden-panel { display: none; background: rgba(15,15,20,0.97); border-bottom: 1px solid rgba(212,175,55,0.2); padding: 0; overflow: hidden; transition: max-height 0.3s ease; }
.pred-hidden-inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; }
.pred-hidden-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pred-hidden-title { font-size: 0.82rem; font-weight: 700; color: #D4AF37; letter-spacing: 0.05em; }
.pred-hidden-restore { font-size: 0.72rem; font-weight: 700; color: #D4AF37; background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.3); border-radius: 6px; padding: 4px 10px; cursor: pointer; }
.pred-hidden-list { display: flex; flex-direction: column; gap: 6px; }
.finished-section { margin-top: 40px; display: none; }
.finished-divider-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.finished-divider-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); }
.finished-title { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); text-transform: uppercase; }
.footer-mini-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-mini-link { font-size: 0.78rem; color: var(--text-muted); }
.footer-bottom-separated { border-top: 1px solid var(--border); }
.lang-flag-img { width: 20px; height: auto; aspect-ratio: 4 / 3; border-radius: 2px; vertical-align: middle; display: inline-block; object-fit: cover; }
.pred-initial-hidden { display: none; }
#cards-predictions.pred-cards-list.reveal,
#cards-finished.pred-cards-list.reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
