:root {
  --jw-error-color: #dc3545;
}

.jw-error {
  color: var(--jw-error-color);

  a {
    color: var(--jw-error-color);
    text-decoration: none;
    font-weight: bold;

    &:hover,
    &:focus,
    &:active {
      color: var(--jw-error-color);
    }
  }
}

.jw-title-select-filter,
.jw-suffix-wrapper {
  .components-input-control__backdrop {
    display: none;
  }

  .components-base-control__field {
    margin-bottom: 0 !important;
  }
}

.jw-suffix-wrapper {
  padding-right: 4px;

  select {
    min-width: 80px;
  }
}

.wp-block-justwatch-partners:empty {
  display: none;
}
