.klaro {
  --klaro-primary-color: #ed6c41;
  --klaro-link-color: #5b2c3f;
  --border-radius: 0;
  --klaro-button-border-radius: 0;
  --klaro-button-font-size: 1rem;
  --klaro-button-font-weight: 700;

  .slider {
    height: 30px;
    margin-bottom: 0;
  }

  [type=checkbox]+label {
    position: inherit;

    &::before {
      content: unset;
    }
  }
}
