/* Demo-only scaffolding for the Gallery layout examples.
   Mirrors PatternFly's docs ws-core-l-gallery pattern. Gallery children
   are plain <div>s (no __item class) — uses the child combinator on the
   container's direct children. NOT shipped to extension consumers. */

.ws-core-l-gallery .pf-v6-l-gallery,
.ws-core-l-gallery .pf-v6-l-gallery > * {
  padding: var(--pf-t--global--spacer--sm);
  border: var(--pf-t--global--border--width--box--default) dashed var(--pf-t--global--border--color--200);
}
