.go-trustpilot-widget {
  padding: 1em;
  background: var(--wp--preset--color--footer-bg);
  border-top: 1px solid var(--wp--preset--color--subfooter-border);
  @media (max-width: 384px) {
    padding-bottom: 0.2em;
  }
}

/*
  In dark mode, force a non-dark color-scheme on the Trustpilot wrapper. This influences UA paint behavior around the embedded iframe content without trying to style inside the cross-origin iframe.
*/
body:not(.light) .go-trustpilot-widget {
  color-scheme: light;
  iframe {
    filter: brightness(0.75);
  }
}
