/* General spacing inside the paragraph column */

.field--name-field-extra-content{
  margin:0px;text-indent: 0% !important;padding:0px !important;

}
.paragraph .paragraph__column {

  /* space below each column */

  /* optional internal padding */
  padding-bottom: 0px !important;
padding-left: 0px !important;
}


/* Control spacing between elements inside the text field */
.paragraph__column .field--name-bp-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.paragraph__column .field--name-bp-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.paragraph__column .field--name-bp-text ul {
  margin: 1rem 0 2rem 2rem;
  padding: 0;
}
.paragraph__column .field--name-bp-text li{
    line-height: 2.5rem;
}


@keyframes flash-highlight {
  0% {
    background-color: #fff7d6;
    /* pale yellow */
  }

  50% {
    background-color: #ffe066;
    /* bright highlight */
  }

  100% {
    background-color: transparent;
  }
}

.flash-highlight {
  animation: flash-highlight 1.5s ease-in-out;
}
