/* Rich text - START */
.rich-text-wrapper .button-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: calc(2rem * var(--body-scale));
}
.rich-text-wrapper .text-center .button-container{
  justify-content: center;
}
.rich-text-wrapper .text-right .button-container{
  justify-content: right;
}
/* Rich text - END */
