/* Vision Core — theme-agnostic minimal CSS
   Goal: theme controls paint and layout. Keep only list readability helpers. */

/* If a theme shows a sidebar on taxonomy pages, do nothing; let the theme decide.
   We intentionally avoid hiding #secondary or forcing wrappers. */

/* Basic spacing for child-term lists output by taxonomy-vision.php */
.term-list { margin: 0; padding: 0; list-style: none; }
.term-list-item { margin: 0 0 1.2rem; }
.term-list-item .entry-title { margin: 0 0 .35rem; }
.term-list-item .entry-summary { margin: 0; }

/* Optional: small top margin for archive content blocks */
.archive-content { margin-top: .75rem; }
