.feature-update-dot {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  background: #e53e3e;
  border-radius: 50%;
  pointer-events: none;
}

.ck-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 8px 0;
}

.ck-content figure.image {
  margin: 16px auto;
  text-align: center;
}

.ck-content figure.image-style-align-right {
  float: right;
  margin-left: 16px;
  max-width: 50%;
}

.ck-content figure.image-style-align-left {
  float: left;
  margin-right: 16px;
  max-width: 50%;
}

.ck-content figure.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.ck-content pre {
  background: #f4f4f4;
  padding: 12px 16px;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 13px;
}

.ck-content blockquote {
  border-left: 4px solid #003D99;
  margin: 16px 0;
  padding: 4px 16px;
  color: #555;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
