:root {
  --jw-text-colour: #000;
  --font-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --logo-image-black: url(https://widget.justwatch.com/assets/JW_logo_black_10px.svg);
}

/* If the theme marks dark mode on html/body, use white for our wrapper text */
html.dark,
body.dark,
html[data-theme="dark"],
body[data-theme="dark"],
.dark,
[data-theme="dark"] {
  --jw-text-colour: #fff;
}

.justwatch-widget {
  padding: 10px;
  font-size: small;
  font-family: var(--font-sans-serif);
}

.justwatch-widget iframe {
  margin: 0;
}

.justwatch-widget p {
  font-size: small;
  margin: 0 0 6px 0;
}

.justwatch-heading {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  color: var(--jw-text-colour);
}

a.justwatch-link {
  font-size: 11px;
  font-family: var(--font-sans-serif);
  color: var(--jw-text-colour);
  text-decoration: none;
  margin-bottom: 50px;
}

span.justwatch-logo {
  display: -moz-inline-box;
  display: inline-block;
  width: 66px;
  height: 10px;
  margin-left: 3px;
  background: var(--logo-image-black);
  overflow: hidden;
  text-indent: -3000px;
}

.justwatch-linkcontainer {
  margin-top: 6px;
}
