.broken-image {
  font-size: 1em;
  width: 100%;
  min-width: 22em;
  padding: 1em;
  margin: 0 0 10px;
  border: 3px dashed #d71e00;
  border-radius: 0.2em;
}

/*
 * CKEditor 5 image styling for rendering on webpage.
 */
figure.image.image_resized img {
  width: 100%;
  height: auto;
}
.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
.image  > figcaption {
  background-color: #f7f7f7;
  caption-side: bottom;
  color: #333;
  display: table-caption;
  font-size: 0.75em;
  outline-offset: -1px;
  padding: 0.6em;
  word-break: break-word;
}
.image.image-style-side {
  float: right;
  margin-left: 1.5em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.image.image_resized img {
  width: 100%;
  height: auto;
}
.image.image_resized  > figcaption {
  display: block;
}
img.image_resized {
  height: auto;
}
/***************/
