.ckeditor-content {
  font-family: var(--font-body);
  color: var(--color-text);
  font-size: 1.05rem;
  line-height: 1.75;
}
.ckeditor-content h2 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--color-navy);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.ckeditor-content h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--color-navy);
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.ckeditor-content h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--color-navy);
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
}
.ckeditor-content h5 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}
.ckeditor-content p {
  margin-bottom: 1.25rem;
}
.ckeditor-content a {
  color: var(--color-teal);
}
.ckeditor-content a:hover {
  color: var(--color-navy);
}
.ckeditor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0;
}
.ckeditor-content ul,
.ckeditor-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.ckeditor-content ul li,
.ckeditor-content ol li {
  margin-bottom: 0.4rem;
}
.ckeditor-content blockquote {
  border-left: 4px solid var(--color-teal);
  padding: 0.75rem 1.25rem;
  background: var(--color-gray-light);
  margin: 1.5rem 0;
}
.ckeditor-content blockquote p {
  margin: 0;
  font-style: italic;
}
.ckeditor-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.ckeditor-content table th,
.ckeditor-content table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #dddddd;
  text-align: left;
}
.ckeditor-content table th {
  background: var(--color-navy);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-weight: 600;
}

/*# sourceMappingURL=ckeditor.css.map */
