body.width-wide div.wrapper {
  width: 960px;
  max-width: 100%;
}

body.width-wide div.wrapper {
  width: 960px;
  max-width: 100%;
}

.article-content h2 {
  font-size: 1.1rem;
  color: var(--yo-module-h);
  margin: 1.5em 0 0.6em;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--yo-border);
}

.article-content h2:first-child {
  margin-top: 0.5em;
}

.article-content h3 {
  font-size: 1rem;
  color: var(--yo-accent);
  margin: 1.2em 0 0.4em;
}

.article-content p {
  color: var(--yo-text);
  line-height: 1.6;
}

.article-content ul {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.article-content li {
  margin-bottom: 0.35em;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25em;
  font-size: 13px;
}

.article-content th {
  background: var(--yo-module-h);
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  border: 1px solid var(--yo-border);
}

.article-content td {
  padding: 10px 12px;
  border: 1px solid var(--yo-border);
  background: #f8fbfd;
}

.article-content tr:nth-child(even) td {
  background: #fff;
}

.article-content strong {
  color: var(--yo-module-h);
}

.article-content .faq-item {
  margin-bottom: 1em;
}

.article-content .faq-item strong {
  display: block;
  margin-bottom: 0.25em;
}

.article-content .article-meta {
  font-size: 12px;
  color: var(--yo-muted);
  margin-bottom: 1.25em;
  padding-bottom: 0.75em;
  border-bottom: 1px dashed var(--yo-border);
}

.article-content .article-lead {
  font-size: 15px;
  line-height: 1.65;
  color: var(--yo-module-h);
  margin-bottom: 1.25em;
  padding: 12px 16px;
  background: linear-gradient(135deg, #eef6fb 0%, #f8fbfd 100%);
  border-left: 4px solid var(--yo-accent);
}

.article-content .insight-box {
  margin: 1.25em 0;
  padding: 14px 18px;
  background: #f0f7fc;
  border: 1px solid var(--yo-border);
  border-radius: 4px;
}

.article-content .insight-box strong {
  display: block;
  margin-bottom: 0.4em;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.article-content h1 {
  font-size: 1.35rem;
  color: var(--yo-module-h);
  margin: 0 0 0.75em;
  line-height: 1.3;
  border-bottom: 2px solid var(--yo-accent);
  padding-bottom: 0.4em;
}

.article-content .faq-section {
  margin-top: 1.5em;
  padding-top: 0.5em;
}
