<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star-container svg linearGradient stop:last-of-type {
  stop-color: rgb(var(--color-background));
}

.yotpo-score-option {
  background: transparent;

  &amp;[aria-checked="true"],
  &amp;:hover {
    background: rgb(var(--color-muted)) !important;
    color: rgb(var(--color-foreground)) !important;
  }
}

.yotpo-mobile-filters-popup-header {
  background: #2B2828 !important;
}

.yotpo-mobile-filters-popup-content {
  background: rgb(var(--color-background)) !important;
}

.yotpo-border-smooth {
  background-image: none !important;
}

.yotpo-filters-results-btn[data-v-2f30e185] {
  color: rgb(var(--color-button-text)) !important;
}

#yotpo-main-widget-btn[data-v-45e7fb23] {
  border-radius: var(--buttons-radius) !important;
  color: rgb(var(--color-button-text)) !important;
  font-family: var(--buttons-font) !important;
  font-weight: 500 !important;
  border: none;
  padding: 0.3rem 2rem 0.2rem 2rem !important;
}

.yotpo-filter-select[data-v-395806b3],
.yotpo-media-select[data-v-a1cd8056],
.yotpo-smart-topic-filter[data-v-557dae96] {
  border: 0.1rem solid rgb(var(--color-muted)) !important;
  border-radius: var(--buttons-radius) !important;

  &amp;:hover {
    background: rgb(var(--color-muted)) !important;
  }
}
</pre></body></html>