/**
 * Sweets & Pastries Glossary
 * Page-specific styles.
 * Shared base styles (incl. _card-grid-base.css) are loaded before this file.
 */

/* Compatibility guard: ensure the shared card-grid rules are present even if
 * production runs an older enqueue path that does not auto-load them. */
@import url("../core/_card-grid-base.css");

.sweets-pastries-glossary-infographic {
    display: block;
}
