.post-body.svelte-5iw1nh {
  font-size: 1.125rem;
  line-height: 1.8;
}
.post-body.svelte-5iw1nh > *:not(:first-child) {
  margin-top: 1.5em;
}
.post-body.svelte-5iw1nh h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 2.5em;
}
.post-body.svelte-5iw1nh h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2em;
}
.post-body.svelte-5iw1nh h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.75em;
}
.post-body.svelte-5iw1nh a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.post-body.svelte-5iw1nh a:hover {
  text-decoration: none;
}
.post-body.svelte-5iw1nh strong {
  font-weight: 600;
}
.post-body.svelte-5iw1nh ul,
.post-body.svelte-5iw1nh ol {
  padding-left: 1.5em;
}
.post-body.svelte-5iw1nh ul {
  list-style: disc;
}
.post-body.svelte-5iw1nh ol {
  list-style: decimal;
}
.post-body.svelte-5iw1nh li + li {
  margin-top: 0.5em;
}
.post-body.svelte-5iw1nh blockquote {
  border-left: 3px solid var(--color-primary);
  padding-left: 1.25em;
  font-style: italic;
  color: color-mix(in oklab, var(--color-base-content) 75%, transparent);
}
.post-body.svelte-5iw1nh code {
  background-color: var(--color-base-200);
  border-radius: 0.25rem;
  padding: 0.15em 0.4em;
  font-size: 0.875em;
}
.post-body.svelte-5iw1nh pre {
  background-color: var(--color-base-200);
  border: 1px solid var(--color-base-300);
  border-radius: var(--radius-box);
  padding: 1.25em;
  overflow-x: auto;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.post-body.svelte-5iw1nh pre code {
  background-color: transparent;
  padding: 0;
  font-size: inherit;
}
.post-body.svelte-5iw1nh img {
  border-radius: var(--radius-box);
  max-width: 100%;
  height: auto;
}
.post-body.svelte-5iw1nh figure figcaption {
  margin-top: 0.75em;
  text-align: center;
  font-size: 0.875rem;
  color: color-mix(in oklab, var(--color-base-content) 60%, transparent);
}
.post-body.svelte-5iw1nh hr {
  border-color: var(--color-base-300);
  margin-top: 2.5em;
}
.post-body.svelte-5iw1nh .kg-cta-card {
  border-radius: var(--radius-box);
  border: 1px solid var(--color-base-300);
  background-color: var(--color-base-100);
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
.post-body.svelte-5iw1nh .kg-cta-card.kg-cta-bg-grey {
  background-color: color-mix(in oklab, var(--color-base-200) 50%, var(--color-base-100));
}
.post-body.svelte-5iw1nh .kg-cta-sponsor-label-wrapper {
  margin-bottom: 0.75rem;
}
.post-body.svelte-5iw1nh .kg-cta-sponsor-label {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: color-mix(in oklab, var(--color-base-content) 85%, transparent);
}
.post-body.svelte-5iw1nh .kg-cta-content-inner > * + *,
.post-body.svelte-5iw1nh .kg-cta-text > * + * {
  margin-top: 0.75em;
}
.post-body.svelte-5iw1nh .kg-cta-text {
  color: color-mix(in oklab, var(--color-base-content) 85%, transparent);
}
.post-body.svelte-5iw1nh .kg-cta-card.kg-cta-minimal .kg-cta-content {
  display: flex;
  flex-direction: column;
}
.post-body.svelte-5iw1nh table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.post-body.svelte-5iw1nh th,
.post-body.svelte-5iw1nh td {
  border-bottom: 1px solid var(--color-base-300);
  padding: 0.625em 0.75em;
  text-align: left;
}
.post-body.svelte-5iw1nh th {
  font-weight: 600;
}
