/* This CSS is ONLY for the pattern library. It is NOT part of the pattern. */

.demo-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  gap: 1em;
}
