/* zyg-rich-text block styles */

.zyg-rich-text {
  word-wrap: break-word;
}

.zyg-rich-text--left { text-align: left; }
.zyg-rich-text--center { text-align: center; }
.zyg-rich-text--right { text-align: right; }
