.lfc-prose {
  max-width: none;
  width: 100%;
}

.lfc-prose p {
  font-size: var(--text-base);
  font-weight: 300;
  line-height: 1.85;
  color: #111;
}

.lfc-prose li {
  font-size: var(--text-base);
  font-weight: 300;
  line-height: 1.85;
  color: #111;
}

.lfc-prose p + p {
  margin-top: 18px;
}

.lfc-prose h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 44px 0 14px;
  scroll-margin-top: calc(var(--navbar-h) + 24px);
}

.lfc-prose h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 30px 0 10px;
  scroll-margin-top: calc(var(--navbar-h) + 24px);
}

.lfc-prose ul {
  margin: 16px 0 16px 22px;
}

.lfc-prose ol {
  margin: 16px 0 16px 22px;
}

.lfc-prose li + li {
  margin-top: 8px;
}

.lfc-prose ul li::marker {
  color: var(--c-accent-dark);
}

.lfc-prose a {
  color: #111;
  text-decoration: underline;
  text-decoration-color: var(--c-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.lfc-prose a:hover {
  text-decoration-color: var(--c-accent-dark);
}

.lfc-prose strong {
  font-weight: 600;
}

.lfc-prose blockquote {
  margin: 24px 0;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--c-accent);
  font-style: normal;
  color: #333;
}

.lfc-prose figure {
  margin: 26px 0;
}

.lfc-prose img {
  border-radius: var(--radius);
}

.lfc-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 13.5px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.lfc-prose th {
  border: 1px solid #EAEAEA;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  background: #FBFAF5;
  font-weight: 600;
}

.lfc-prose td {
  border: 1px solid #EAEAEA;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}

.lfc-breadcrumb {
  margin-bottom: 22px;
}

.lfc-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.lfc-breadcrumb li {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--c-mid);
  display: flex;
  align-items: center;
  gap: 8px;
}

.lfc-breadcrumb li + li::before {
  content: '/';
  color: rgba(0, 0, 0, 0.25);
}

.lfc-breadcrumb a {
  color: var(--c-mid);
}

.lfc-breadcrumb a:hover {
  color: var(--c-accent-dark);
}

.lfc-breadcrumb [aria-current="page"] {
  color: #111;
  font-weight: 500;
}

.lfc-article-meta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12.5px;
  color: var(--c-mid);
}

.lfc-answer {
  max-width: 780px;
  background: #FBFAF5;
  border: 1px solid #EFEDE3;
  border-left: 3px solid var(--c-accent);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 34px;
}

.lfc-answer-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  margin-bottom: 8px;
}

.lfc-answer p {
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.85;
  color: #111;
}

.lfc-article-thumb {
  margin: 0 0 40px;
}

.lfc-article-thumb img {
  width: 100%;
  border-radius: var(--radius);
}

.lfc-article-thumb figcaption {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--c-mid);
}

.lfc-article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px);
  gap: 48px;
  align-items: start;
  padding-bottom: 60px;
  --lfc-read: minmax(0, 780px);
}

.lfc-toc {
  position: sticky;
  top: calc(var(--navbar-h) + 24px);
  background: var(--c-white);
  border: 1px solid #EAEAEA;
  border-radius: var(--radius);
  padding: 20px;
  min-width: 0;
}

.lfc-toc h2 {
  font-size: 12px;
  font-family: var(--font-mono);
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  margin-bottom: 12px;
}

.lfc-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lfc-toc li {
  margin-bottom: 8px;
}

.lfc-toc li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
}

.lfc-toc li a:hover {
  color: var(--c-accent-dark);
}

.lfc-toc .lfc-toc-l3 {
  padding-left: 14px;
}

.lfc-toc .lfc-toc-l3 a {
  font-size: 12.5px;
  color: var(--c-mid);
}

.lfc-callout {
  margin: 44px 0;
  background: #FBFAF5;
  border: 1px solid #EFEDE3;
  border-left: 3px solid var(--c-accent);
  border-radius: var(--radius);
  padding: 24px 26px;
}

.lfc-callout h2 {
  font-size: var(--text-md);
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
}

.lfc-callout ul {
  margin: 0 0 0 20px;
}

.lfc-related-q {
  margin: 48px 0;
}

.lfc-related-q h2 {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  margin-bottom: 16px;
}

.lfc-related-q .lfc-faq-item + .lfc-faq-item {
  margin-top: 10px;
}

.lfc-sources {
  margin: 48px 0;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}

.lfc-sources h2 {
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: 12px;
}

.lfc-sources ul {
  margin: 0 0 0 20px;
}

.lfc-sources li {
  font-size: 13.5px;
  line-height: 1.8;
}

.lfc-sources-date {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--c-mid);
}

.lfc-article-cta {
  margin: 44px 0;
}

.lfc-author-box {
  margin-top: 48px;
  padding: 26px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #FBFAF5;
  border: 1px solid #EFEDE3;
  border-radius: 18px;
}

.lfc-author-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lfc-author-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  margin-bottom: 6px;
}

.lfc-author-text h3 {
  font-size: var(--text-md);
  font-weight: 700;
  margin-bottom: 8px;
}

.lfc-author-text p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: #111;
}

.lfc-author-text p + p {
  margin-top: 10px;
}

.lfc-thanks .lfc-prose {
  margin-left: auto;
  margin-right: auto;
}

.lfc-article-body {
  min-width: 0;
}

.lfc-prose figure.wp-block-table {
  max-width: 100%;
}

.lfc-section .lfc-prose {
  max-width: none;
  width: 100%;
}

.lfc-section .lfc-prose p {
  max-width: none;
}

.lfc-article-body p {
  max-width: 760px;
}

.lfc-article-body ul {
  max-width: 760px;
}

.lfc-article-body ol {
  max-width: 760px;
}

.lfc-crumb-quiet {
  margin-bottom: 14px;
  font-size: 12.5px;
}

.lfc-crumb-quiet ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lfc-crumb-quiet li + li::before {
  content: '/';
  margin-right: 6px;
  color: #BBB;
}

.lfc-crumb-quiet a {
  color: var(--c-mid);
  text-decoration: none;
}

.lfc-crumb-quiet a:hover {
  color: var(--c-accent-dark);
  text-decoration: underline;
}

.lfc-crumb-quiet span {
  color: var(--c-black);
  font-weight: 500;
}

.lfc-author-avatar {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #FBF6DC;
}
