/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.catalogreviews-review:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .catalogreviews-review {
    margin: -1px -15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .catalogreviews-review:not(:last-of-type) {
    margin-bottom: 0;
  }
}