/* ── card bg dark mode ───────────────────────── */
[data-bs-theme="dark"] .news-card--grid {
    background-color: #111 !important;
    border-color: rgba(255, 255, 255, 0.07) !important;
}

/* ── topbar links: forçar branco sobre fundo roxo ── */
.topbar-link {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
}
.topbar-link:hover,
.topbar-link:focus {
    color: white !important;
}
.topbar-link.active {
    color: white !important;
}
