/* 2026-09-17 follow-up: customer video fixes for CTA, solutions, news and partner records. */
.staecore-foot-cta .foot-cta-actions {
  max-width: 560px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
}
.staecore-foot-cta .foot-cta-btn {
  min-width: 0;
  white-space: nowrap;
}

.page_solutions_box .inside-pagination { display: none !important; }
.solution-set-note {
  max-width: 760px;
  margin: 2px auto 38px;
  color: #667078;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.index_section8_box .left {
  background-position: center !important;
  background-size: cover !important;
}
.wz-images-list .client-news-product-image {
  display: block;
  width: min(100%, 550px) !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
}

.cert-page-doc.is-puda-partner-record .cert-page-paper-copy > span { color: #5c6d78; }
.cert-page-doc.is-puda-partner-record .cert-page-doc-meta b {
  color: #445461;
  background: #e4ebef;
}
@media (max-width: 768px) {
  .staecore-foot-cta .foot-cta-actions { max-width: 320px; grid-template-columns: 1fr; }
}
