    form[action="/v1/gdpr-preferences/"] h1 {
      color: #0d4f78;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.21;
      margin-bottom: 13px;
      margin-top: 0;
    }

    form[action="/v1/gdpr-preferences/"] button {
      width: auto;
      font-size: 16px;
    }

    form[action="/v1/gdpr-preferences/"] button:focus {
      color: #fff;
      background-color: #e87524;
      outline: 0;
    }

    form[action="/v1/gdpr-preferences/"] button:hover {
      color: #fff;
      background-color: #d06316;
      border-color: #c45d15;
    }

    form[action="/v1/gdpr-preferences/"] button:after {
      display: none;
    }

