.paragraph--type--layout.js-lpb-component {
  border: none;
  padding: 15px;
  border: 2px dashed #4b4c4e;
}

.js-lpb-component {
  padding: 15px;
  border: 2px dotted #a8a8a5;
  border-radius: 5px;
}

.js-lpb-component:not(:last-child) {
  margin-bottom: 25px;
}

fieldset.captcha {
  border: none;
}
legend.captcha__title,
div.captcha__description {
  display: none;
}

.view-commerce-products .moderation-state-status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.view-commerce-products .moderation-state-status--under-review {
  background-color: #ffdd00;
}

.view-commerce-products .moderation-state-status--approved {
  background-color: #55af32;
}

.view-commerce-products .moderation-state-status--declined {
  background-color: #ff0000;
}
