.customer-styles {
  /* START widget: moderator */
  /* END widget: moderator */
}

.customer-styles .widget_template_moderator {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.customer-styles .widget_template_moderator .item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.customer-styles .widget_template_moderator .item-container.show-all .item {
  display: block;
}

.customer-styles .widget_template_moderator .item {
  margin: 20px 10px;
  width: 280px;
}

.customer-styles .widget_template_moderator .item:nth-child(n+9) {
  display: none;
}

.customer-styles .widget_template_moderator .global-add-button {
  display: none;
}

.customer-styles .widget_template_moderator .global-add-button.show {
  display: block;
}
