.learning-center-theme .site-nav__link.is-active {
  color: #ffffff;
}

.learning-center-theme .article-content h2:first-child {
  margin-top: 0;
}

.learning-center-theme .topic-overview-grid,
.learning-center-theme .article-highlight-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learning-center-theme .topic-overview-card,
.learning-center-theme .article-highlight-card {
  min-width: 0;
  padding: 22px;
  display: grid;
  gap: 14px;
}

.learning-center-theme .topic-overview-card h2,
.learning-center-theme .article-highlight-card p {
  margin: 0;
}

.learning-center-theme .topic-overview-card p,
.learning-center-theme .topic-feature-list li,
.learning-center-theme .article-highlight-card p {
  color: #8fa1b3;
}

.learning-center-theme .topic-overview-card--accent {
  border-color: rgba(201, 162, 39, 0.18);
  background:
    radial-gradient(circle at top right, rgba(201, 162, 39, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
}

.learning-center-theme .topic-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.learning-center-theme .topic-feature-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.7;
}

.learning-center-theme .topic-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #c9a227;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.12);
  transform: translateY(-50%);
}

.learning-center-theme .article-highlight-card {
  align-content: start;
}

.learning-center-theme .article-highlight-card p {
  font-size: 0.95rem;
  line-height: 1.65;
}

.learning-center-theme .article-content a,
.learning-center-theme .article-sidebar a {
  color: #f2d465;
}

.learning-center-theme .article-content strong {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .learning-center-theme .topic-overview-grid,
  .learning-center-theme .article-highlight-grid {
    grid-template-columns: 1fr;
  }
}
