/* Added Text Wrap - 20260720 BEM */
.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}
