/*
 * Baseline structural CSS for ijms/* blocks, enqueued only on pages that
 * use one (via each block.json's "style" handle). Purely structural —
 * visual branding, typography, and color are the active theme's
 * responsibility (see theme/ijms-professional/inc/block-styles.php).
 */
.ijms-block { margin: 0 0 1.5em; }
.ijms-block__heading { margin: 0 0 0.75em; }
.ijms-block__grid { display: flex; flex-wrap: wrap; gap: 1em; list-style: none; margin: 0; padding: 0; }
.ijms-block__grid > li { flex: 1 1 240px; }
.ijms-block__empty { padding: 1em; border: 1px dashed currentColor; opacity: 0.7; }
.ijms-block__cta { display: inline-block; padding: 0.6em 1.2em; border: 1px solid currentColor; text-decoration: none; }
