html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.navbar-brand img {
  width: auto;
  max-width: 160px;
  object-fit: contain;
  border-radius: 14px;
}

.category-heading {
  max-width: 860px;
}

.score-ticker {
  background: #111827;
  color: #fff;
  padding: 18px 0;
}

.score-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.score-head h2 {
  font-size: 18px;
  margin: 0 auto 0 0;
}

.score-head a {
  color: #ffc107;
  text-decoration: none;
  font-size: 14px;
}

.score-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.score-card,
.match-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 14px 16px;
  min-height: 96px;
}

.score-card span,
.match-card small {
  display: block;
  color: #ffc107;
  font-weight: 700;
  margin-bottom: 6px;
}

.score-card strong,
.match-card h2 {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.score-card em,
.match-card p {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.live-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 999px;
  background: #ff3b30;
  box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
  animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
  70% { box-shadow: 0 0 0 10px rgba(255, 59, 48, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}

.score-hero {
  min-height: 280px;
  display: flex;
  align-items: center;
}

.match-center {
  background: #111827;
  color: #fff;
}

.news2-item h3 a,
.guide-news a {
  color: #111827;
  text-decoration: none;
}

.news2-item h3 a:hover,
.guide-news a:hover {
  color: #d63384;
}

.article-body {
  font-size: 1.05rem;
}

.article-body img {
  aspect-ratio: attr(width) / attr(height);
}

.article-body h2,
.article-body h3 {
  margin-top: 1.8rem;
  font-weight: 700;
}

.article-body p {
  margin-bottom: 1rem;
}

.body-media-grid figure {
  margin-inline: 0;
}

.related-card h3 {
  min-height: 42px;
}

@media (max-width: 767px) {
  #hero-4 {
    padding: 56px 16px 52px;
  }

  #hero-4 h1,
  #article-14 h1 {
    font-size: 1.65rem;
  }

  .navbar-brand img {
    max-width: 126px;
    height: auto;
  }

  .score-row {
    grid-auto-columns: 78%;
  }

  .article-body {
    font-size: 1rem;
  }
}
