#articles[data-builder-articles] {
  padding: 60px 0;
  position: relative;
  scroll-margin-top: 100px;
}
#articles .e6r1-feature-card {
  min-width: 0;
}
#articles .e6r1-feature-card::before {
  pointer-events: none;
}
#articles .e6r1-feature-card > * {
  position: relative;
  z-index: 1;
}
#articles .e6r1-feature-card h3 a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
#articles .e6r1-feature-card p {
  margin-bottom: 16px;
}
#articles .e6r1-back-link {
  margin: 20px 0 0;
}
#articles time {
  font-size: 14px;
}
.wp-article-breadcrumbs {
  padding-top: 28px;
  padding-bottom: 12px;
  overflow-wrap: anywhere;
}
.wp-article-breadcrumbs a,
.wp-article-body a {
  color: var(--primary);
  text-underline-offset: 4px;
}
.wp-article-main {
  position: relative;
  z-index: 2;
}
.wp-article-section {
  padding: 28px 0 60px;
}
.wp-article-section > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.wp-article-card {
  min-width: 0;
}
.wp-article-header {
  margin-bottom: 32px;
}
.wp-article-header h1 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.wp-article-date {
  color: var(--text-muted);
  margin-bottom: 12px;
}
.wp-article-body {
  overflow-wrap: anywhere;
}
.wp-article-body > .tf-editorial {
  background: var(--card-bg);
  border: 2px solid var(--card-border);
  border-radius: 20px;
  padding: 60px;
}
.tf-editorial > p,
.tf-editorial > ul,
.tf-editorial > ol,
.tf-editorial > nav,
.tf-editorial > figure {
  margin-bottom: 24px;
}
.tf-editorial p,
.tf-editorial li {
  line-height: 1.8;
  color: var(--text-muted);
}
.tf-editorial h2 {
  color: var(--primary);
  font-size: 32px;
  line-height: 1.3;
  margin: 36px 0 20px;
}
.tf-editorial h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 28px 0 16px;
}
.tf-editorial ul,
.tf-editorial ol {
  padding-left: 28px;
}
.tf-editorial li + li {
  margin-top: 8px;
}
.tf-editorial img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.tf-editorial figcaption {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 14px;
}
.tf-editorial [id] {
  scroll-margin-top: 110px;
}
.tf-editorial .tf-table-scroll {
  overflow-x: auto;
  margin: 24px 0;
}
.tf-editorial .e6r1-scoring-table {
  margin: 0;
  min-width: 480px;
}
.tf-editorial .e6r1-scoring-table caption {
  text-align: left;
  padding-bottom: 12px;
}
.tf-editorial .tf-byline {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wp-article-body > .tf-editorial {
    padding: 30px 20px;
  }
  .tf-editorial h2 {
    font-size: 26px;
  }
  .tf-editorial h3 {
    font-size: 21px;
  }
  .wp-article-section > .container {
    padding: 0 16px;
  }
  #articles .e6r1-feature-card h3 {
    overflow-wrap: anywhere;
  }
}
