.ck-content {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
  font-weight: 500;
}

.ck-content h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.ck-content h2 {
  font-size: 1.42em;
  font-weight: 500;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.ck-content h3 {
  font-size: 1.17em;
  font-weight: 500;
}

.ck-content ol {
  margin-left: 1.5em;
  padding-left: inherit;
}

.ck-content ul {
  margin-left: 1.5em;
  padding-left: inherit;
}

.ck-content a {
  color: #0A5082;
}

.ck-content a:hover {
  text-decoration: underline;
}

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing)
}

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

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing)
}

.ck-content img.image_resized {
  height: auto
}

.ck-content .image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%
}

.ck-content .image.image_resized img {
  width: 100%
}

.ck-content .image.image_resized>figcaption {
  display: block
}

.ck.ck-editor__editable td .image-inline.image_resized img,
.ck.ck-editor__editable th .image-inline.image_resized img {
  max-width: 100%
}