/**
 * This stylesheet is for styles you want to include only when displaying demo
 * styles for grids, animations, color swatches, etc.
 * These styles will not be your production CSS.
 */
.sg-pattern-body:not([class*=templates-]):not([class*=pages-]) {
  background-color: #f5f5f5;
}

.pl-c-main {
  padding: 0 15px;
}

/*
.pl-js-pattern-example {
  background-color: #fff;
}
*/
/* Style Guide colour swatches */
.sg-colors {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sg-colors li {
  flex: auto;
  min-width: 5em;
  max-width: 14em;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.sg-swatch {
  display: block;
  height: 4em;
  padding: 0.5em;
  margin-bottom: 0.3em;
  border-radius: 5px;
}

.sg-label {
  font-size: 90%;
  line-height: 1;
}

/* Style Guide fonts */
.sg-fonts p {
  margin-bottom: 0.3em;
}

/*# sourceMappingURL=styleguide-specific.css.map */
