<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">emh-product-details {
  display: block;
  min-height: 100vh;
}

mh-usabilla-feedback.webcomponent {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  mh-usabilla-feedback.webcomponent {
    max-width: 1680px;
    width: 86%;
  }
}
</pre></body></html>