.plain-text-content {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.plain-text-content a {
  color: inherit;
  text-decoration: underline;
  word-break: break-all;
}

.plain-text-content a:hover {
  opacity: 0.85;
}

.sc-widget-msg.plain-text-content a {
  color: inherit;
  text-decoration: underline;
}
