/* Cihan Network v46 — blog popular-posts dark-mode readability */
html[data-theme="dark"] .premiumTheme .popularPostsSection {
  border-color: #2a364a;
  background: #0e1625;
}

html[data-theme="dark"] .premiumTheme .popularPostList {
  border-color: #344159;
}

html[data-theme="dark"] .premiumTheme .popularPostList > a {
  border-color: #344159;
  color: #edf2ff;
  background: transparent;
  transition: background-color .18s ease,border-color .18s ease;
}

html[data-theme="dark"] .premiumTheme .popularPostList > a:hover,
html[data-theme="dark"] .premiumTheme .popularPostList > a:focus-visible {
  border-color: #52627d;
  background: #131d2d;
}

html[data-theme="dark"] .premiumTheme .popularPostList h3 {
  color: #edf2ff;
}

html[data-theme="dark"] .premiumTheme .popularPostList small {
  color: #a5b0c1;
}

html[data-theme="dark"] .premiumTheme .popularPostList > a > span {
  color: #b7acef;
}

html[data-theme="dark"] .premiumTheme .popularPostList b {
  color: #9f91ff;
}

@media (prefers-reduced-motion: reduce) {
  html[data-theme="dark"] .premiumTheme .popularPostList > a { transition: none; }
}
