/* ============================================================
   Custom Gallery — user overrides
   ------------------------------------------------------------
   This file is intentionally empty. Add your own CSS here to
   tweak the gallery without editing the plugin's core styles.

   It is loaded AFTER assets/css/gallery.css on the frontend,
   so anything you put here will win over the defaults.

   Examples:

     // Wider gaps between images
     .cg-gallery { --cg-gap: 24px; }

     // Force 3 columns at every breakpoint
     .cg-gallery .cg-grid { column-count: 3; }

     // Round corners off
     .cg-item { border-radius: 0; }

     // Style the board heading (theme-aware)
     .cg-gallery .cg-title { font-family: serif; letter-spacing: 0.02em; }

   Note: re-installing or auto-updating the plugin will
   overwrite this file. Keep a backup if you customise it.
   ============================================================ */
