/* Rich text output from admin WYSIWYG editor */
.lt-blog-article {
  max-width: 860px;
  margin: 0 auto;
}

.lt-blog-featured {
  margin-bottom: 2rem;
}

.lt-blog-featured img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  min-height: 220px;
  object-fit: cover;
}

.lt-cms-content {
  color: var(--default-color);
  font-size: 16px;
  line-height: 1.8;
}

.lt-blog-article .lt-cms-content,
.section > .container > .lt-cms-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.lt-cms-content > *:first-child {
  margin-top: 0;
}

.lt-cms-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.lt-cms-content h2 {
  font-size: 1.65rem;
  font-weight: 700;
  margin: 2.25rem 0 1rem;
  line-height: 1.3;
}

.lt-cms-content h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 1.75rem 0 0.75rem;
}

.lt-cms-content h4,
.lt-cms-content h5,
.lt-cms-content h6 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
}

.lt-cms-content p {
  margin: 0 0 1.15rem;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.lt-cms-content ul,
.lt-cms-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.6rem;
}

.lt-cms-content ul {
  list-style-type: disc;
}

.lt-cms-content ol {
  list-style-type: decimal;
}

.lt-cms-content li {
  margin-bottom: 0.45rem;
  padding-left: 0.25rem;
}

.lt-cms-content li > p {
  margin-bottom: 0.35rem;
}

.lt-cms-content ul ul,
.lt-cms-content ol ol,
.lt-cms-content ul ol,
.lt-cms-content ol ul {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

.lt-cms-content a {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lt-cms-content a:hover {
  text-decoration: none;
}

.lt-cms-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.25rem 0;
}

.lt-cms-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-style: italic;
}

.lt-cms-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
}

.lt-cms-content th,
.lt-cms-content td {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 0.65rem 0.85rem;
  text-align: left;
}

.lt-cms-content th {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  font-weight: 700;
}

.lt-cms-content strong,
.lt-cms-content b {
  font-weight: 700;
  color: var(--heading-color);
}

.lt-cms-content hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.lt-blog-back a {
  font-weight: 600;
  color: var(--accent-color);
}
