.trustpilot-widget {
  position: relative;
}

.trustpilot-widget.home {
  height: 80px;
  margin-top: 1rem;
  padding: 20px;
  background-color: #F2F2F2;
}

.trustpilot-widget.home iframe {
  max-width: 400px;
  justify-self: center;
}

.trustpilot-widget.product {
  height: 24px;
  margin: 16px 0;
}

@media (min-width: 550px) {
  .trustpilot-widget.home {
    height: 64px;
  }

  .trustpilot-widget.home iframe {
    max-width: 100%;
  }
}
