html[data-theme="dark"] .section-block,
html[data-theme="dark"] .panel,
html[data-theme="dark"] .post-card,
html[data-theme="dark"] .course-card {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .info-note {
  color: var(--text);
}

html[data-theme="dark"] .footer-links-list a {
  color: #d4e2fa;
}
