/**
 * Expressions of Thought, Knowledge & Evaluation
 * Page-specific styles for expressions-thought-evaluation.
 *
 * Shared base styles (_base.css, _card-grid-base.css, _glossary-base.css) load
 * before this file. Per the special-page background contract, no body
 * background is set here.
 */

.expressions-thought-evaluation-infographic {
    display: block;
}

/* Sub-group sections inherit the theme accent through the inline
   --card-accent / --card-bg the shared card-grid renderer emits. */
.expressions-thought-evaluation-page .expressions-thought-evaluation-section + .expressions-thought-evaluation-section {
    margin-top: 2rem;
}
