details summary span.plus {
  display: inline;
}

details summary span.minus {
  display: none;
}

details[open] summary span.plus {
  display: none;
}

details[open] summary span.minus {
  display: inline;
}

/*For the GoCardless update form*/
/*
The form needs to be set with Bootstrap as the output framework for the classes below to be effective
 */

/* override the standard blue button */
.btn-primary {
  border-radius: 0.25rem;
  background-color: var(--motif-continue);
  color: white;
  text-transform: uppercase;
  padding-bottom: .5rem;
  padding-top: .5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;

}
