/* ============================================================
   themes/bulma-magazine/style.css — Bulma Magazine overrides
   ============================================================ */

/* Brand accent: deep red */
:root { --accent: var(--primary); }

a { color:var(--accent); }
a:hover { color:var(--primary-dark); }

/* Responsive map */
.map-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0; margin-bottom:1.5rem; }
.map-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute; border:0; }

/* Content tables */
.data-table { display:block; overflow-x:auto; width:100%; border-collapse:collapse; margin-bottom:1rem; font-size:0.9rem; }
.data-table th, .data-table td { padding:0.5rem 0.75rem; border-bottom:1px solid #eee; text-align:left; }
.data-table thead td, .data-table thead th { font-weight:700; border-bottom:2px solid #ddd; }

/* Updated date line */
.page-updated { color:#7a7a7a; font-style:italic; margin-bottom:0.75rem; font-size:0.875rem; display:block; }

/* Bulma panel tweaks */
.panel-block { font-size:0.875rem; padding:0.5em 0.75em; }
.panel.is-shadowless { box-shadow:none; border:none; }

/* Section spacing */
.section.py-5 { padding-top:2rem !important; padding-bottom:2rem !important; }
