/* Small styles for dynamic content (tables/charts) not covered by Tailwind utilities in code.html.
   Color tokens mirror the Tailwind config in the theme for visual consistency. */
.enp-lead strong { color: #003331; }
.enp-lead { line-height: 1.7; }

table.enp-table { border-collapse: collapse; width: 100%; font-size: 0.95rem; }
table.enp-table th, table.enp-table td { padding: 0.75rem 0.5rem; border-bottom: 1px solid rgba(191, 200, 199, 0.3); }
table.enp-table th { text-align: left; color: #3f4948; font-weight: 700; }

/* Pagination defaults (archive.php). */
.nav-links { display: flex; gap: .5rem; justify-content: center; }
.nav-links a, .nav-links .current { padding: .5rem 1rem; border-radius: .25rem; background: #ebefef; color: #003331; font-weight: 700; }
.nav-links .current { background: #003331; color: #fff; }

/* FAQ block inside the teal panel: ensure paragraph text is readable on dark bg. */
.bg-tertiary, .bg-tertiary-container { color: #ffffff; }
.bg-tertiary p, .bg-tertiary-container p { color: #cbe7f5; }
