
  .pc--opt-out-initial {
    margin-bottom: 4rem;
  }
  .pc--opt-out-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  @media screen and (min-width: 750px) {
    .pc--opt-out-form {
      align-items: flex-start;
      max-width: 36rem;
    }
  }
  .pc--opt-out-form-field_wrapper {
    width: 100%;
  }
  .pc--opt-out-form-field_wrapper .field__input {
    padding-right: 5rem;
  }
  .pc--opt-out-form-field_wrapper .field {
    z-index: 0;
  }
  .pc--opt-out-form-message--success {
    margin-top: 2rem;
  }
  .pc--opt-out-form-message {
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }
  @media screen and (min-width: 750px) {
    .pc--opt-out-form-message {
      justify-content: flex-start;
    }
  }
  .pc--opt-out-form-button {
    z-index: 2;
    top: 0;
    right: var(--inputs-border-width);
    width: 4.4rem;
    height: 100%;
    margin: 0;
  }
  .pc--opt-out-form-button:focus-visible {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
    background-color: rgb(var(--color-background));
  }
  .pc--opt-out-form-button:focus {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.4rem rgba(var(--color-foreground));
    background-color: rgb(var(--color-background));
  }
  .pc--opt-out-form-button:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit;
  }
  .pc--opt-out-form-button .icon {
    width: 1.5rem;
  }
  