/**
 * International Finance & Sustainability Glossary
 * Page-specific styles. Shared base styles (_base.css, _card-grid-base.css)
 * are loaded before this file; the grouped card grid is styled by the shared
 * card-grid base.
 */

/* Compatibility guard: ensure the shared card-grid rules are present even if
 * production runs an older enqueue path. (This file lives in glossaries/.) */
@import url("../infographics/_card-grid-base.css");

.international-finance-glossary-glossary,
.international-finance-glossary-infographic {
    display: block;
}