:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) article,
:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) section,
:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) aside,
:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) header,
:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) figure,
:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) dl {
  box-sizing: border-box;
}

:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) article {
  line-height: 1.65;
}

:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) section {
  margin: 0 0 22px;
}

:where(
  .product-description,
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) section > h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

:where(
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) figure {
  margin: 24px 0;
}

:where(
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) figcaption {
  margin-top: 8px;
  color: #64748b;
  font-size: 0.9em;
  line-height: 1.45;
  text-align: center;
}

:where(
  .contentpilot-semantic-content,
  .blog-post-content,
  .post-content,
  .article-content,
  .mce-content-body
) blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-left: 4px solid #94a3b8;
  background: #f8fafc;
}

:where(.product-description, .contentpilot-semantic-content, .blog-post-content, .post-content, .article-content, .mce-content-body) dl:not(.seo-spec-list) {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) 1fr;
  gap: 0;
  margin: 12px 0;
  border: 1px solid #e2e8f0;
}

:where(.product-description, .contentpilot-semantic-content, .blog-post-content, .post-content, .article-content, .mce-content-body) dl:not(.seo-spec-list) dt,
:where(.product-description, .contentpilot-semantic-content, .blog-post-content, .post-content, .article-content, .mce-content-body) dl:not(.seo-spec-list) dd {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
}

:where(.product-description, .contentpilot-semantic-content, .blog-post-content, .post-content, .article-content, .mce-content-body) dl:not(.seo-spec-list) dt {
  font-weight: 700;
  background: #f8fafc;
}

.seo-spec-list {
  display: block !important;
  width: 100% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  list-style: none !important;
  font-size: 15px !important;
}

.seo-spec-list::after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}

.seo-spec-list .spec-row {
  grid-column: 1 / -1;
  display: flex;
  float: none !important;
  border-bottom: 1px solid #e5e5e5;
}

.seo-spec-list .spec-row:last-child {
  border-bottom: 0;
}

.seo-spec-list .spec-row:nth-child(odd),
.seo-spec-list > dt:nth-of-type(odd),
.seo-spec-list > dd:nth-of-type(odd) {
  background: #ffffff;
}

.seo-spec-list .spec-row:nth-child(even),
.seo-spec-list > dt:nth-of-type(even),
.seo-spec-list > dd:nth-of-type(even) {
  background: #f8f9fa;
}

.seo-spec-list dt,
.seo-spec-list dd {
  box-sizing: border-box;
  display: block !important;
  float: left !important;
  clear: none !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  border-top: 1px solid #e5e5e5 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.seo-spec-list dt {
  width: 40% !important;
  border-right: 1px solid #e5e5e5 !important;
  font-weight: 600 !important;
  color: #333333 !important;
}

.seo-spec-list dd {
  width: 60% !important;
  color: #555555 !important;
}

.seo-spec-list > dt:first-of-type,
.seo-spec-list > dd:first-of-type {
  border-top: 0 !important;
}

.faq-item {
  margin: 0 0 16px;
}

.faq-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.35;
}

.faq-item p {
  margin: 0;
}

@media (max-width: 768px) {
  .seo-spec-list .spec-row {
    flex-direction: column;
  }

  .seo-spec-list dt,
  .seo-spec-list dd {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  .seo-spec-list dt {
    border-right: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #f1f1f1 !important;
  }

  .seo-spec-list dd {
    border-top: 0 !important;
  }
}

.eetat-experience,
.eetat-expertise,
.eetat-authority,
.eetat-trust {
  padding: 1px 3px;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.eetat-experience {
  background: #dcfce7;
  outline: 1px solid #86efac;
}

.eetat-expertise {
  background: #dbeafe;
  outline: 1px solid #93c5fd;
}

.eetat-authority {
  background: #ede9fe;
  outline: 1px solid #c4b5fd;
}

.eetat-trust {
  background: #fef3c7;
  outline: 1px solid #fcd34d;
}

/* Blog presentation contract used by ContentPilot SEO Prototype. */
.contentpilot-blog-article {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #1a1c1f;
  font-size: 16px;
  line-height: 1.65;
}

.contentpilot-blog-article > header {
  padding: 0 0 28px;
  border-bottom: 1px solid #e2e8f0;
}

.contentpilot-blog-article h1 {
  margin: 0 0 16px;
  color: #172033;
  font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.contentpilot-blog-article h2 {
  margin: 0 0 14px;
  color: #172033;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.contentpilot-blog-article h3 {
  color: #172033;
}

.contentpilot-blog-article p {
  margin: 0 0 16px;
}

.contentpilot-blog-article > section {
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid #e2e8f0;
}

.contentpilot-blog-article > section:last-child {
  border-bottom: 0;
}

.contentpilot-blog-article ul,
.contentpilot-blog-article ol {
  display: block;
  margin: 20px 0 24px;
  padding-left: 1.5rem;
}

.contentpilot-blog-article li {
  margin-bottom: 12px;
}

.contentpilot-blog-article li::before {
  display: none;
  content: none;
}

.contentpilot-blog-article a {
  color: #0f5f59;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: #5eead4;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.contentpilot-blog-article figure {
  margin: 28px 0 0;
}

.contentpilot-blog-article figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.contentpilot-blog-article figcaption {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.contentpilot-blog-article .faq-list {
  margin-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.contentpilot-blog-article details {
  margin: 0;
  border-bottom: 1px solid #e2e8f0;
}

.contentpilot-blog-article summary {
  position: relative;
  padding: 17px 40px 17px 0;
  color: #172033;
  cursor: pointer;
  list-style: none;
  font-weight: 650;
}

.contentpilot-blog-article summary::-webkit-details-marker {
  display: none;
}

.contentpilot-blog-article summary::before,
.contentpilot-blog-article summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #64748b;
  content: "";
  transform: translateY(-50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.contentpilot-blog-article summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.contentpilot-blog-article details[open] summary::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.contentpilot-blog-article details > :not(summary) {
  margin-right: 40px;
  padding-bottom: 16px;
  color: #475569;
}

.contentpilot-blog-article .faq-item {
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid #e2e8f0;
}

.contentpilot-blog-article .faq-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.4;
}

/* Keep ETS Blog sidebar actions inside their narrow cards. */
#left-column .blog_view_all_button .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  white-space: normal;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 640px) {
  .contentpilot-blog-article {
    font-size: 15px;
  }

  .contentpilot-blog-article > section {
    padding: 24px 0;
  }
}
