<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
  }
}</pre></body></html>