/* Normalize imported nested bold markup without changing Lexxy's editor styles. */
.lexxy-content b,
.lexxy-content strong {
  font-weight: 700;
}
