<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-wrapper .custom-reviewsite-badge{width:4em;height:4em;}
.overview-card .image-container span.custom-reviewsite-badge{width:3.5em;height:3.5em;}
.fa-star.checked {
  color: orange;
}
.review-name {
  margin-right: 5px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.review-date {
  font-style: italic;
}
.review-container {
  padding: 16px;
  border: 1px solid rgba(0,0,0,.8);
  margin-bottom: 15px;
}
.social-wrapper .review-container {
  display: none;
}
.social-wrapper .review-container:nth-child(-n+3) {
  display: block;
}
.review-container &gt; p {
  margin-bottom: 0;
}
.review-container &gt; p:first-child {
  margin-top: 0;
}
label[for=reviews-containers-more] {
  cursor: pointer;
}
#reviews-containers-more {
  display: none;
}
#reviews-containers-more:checked ~ .review-container {
  display: block;
}
</pre></body></html>