/*
 * DxD Corp 789 visual refresh
 * 目标：保留现有 emlog 模板结构，统一成商务简约白底视觉系统。
 */

:root {
  --dxd-vr-ink: #0f172a;
  --dxd-vr-ink-2: #334155;
  --dxd-vr-muted: #64748b;
  --dxd-vr-line: #e5e7eb;
  --dxd-vr-soft: #f8fafc;
  --dxd-vr-paper: #ffffff;
  --dxd-vr-blue: #1d4ed8;
  --dxd-vr-blue-2: #2563eb;
  --dxd-vr-violet: #334155;
  --dxd-vr-cyan: #0f766e;
  --dxd-vr-radius: 10px;
  --dxd-vr-shadow: 0 8px 22px rgba(15, 23, 42, 0.055);
  --dxd-vr-shadow-strong: 0 14px 30px rgba(15, 23, 42, 0.09);
  --dxd-vr-grad: linear-gradient(135deg, #1d4ed8, #2563eb);
  --dxd-vr-grad-soft: #ffffff;
}

body.dxd-visual-refresh {
  color: var(--dxd-vr-ink) !important;
  background: var(--dxd-vr-grad-soft) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: clip;
}

body.dxd-visual-refresh main {
  position: relative;
  isolation: isolate;
  max-width: 100%;
  overflow-x: clip;
}

body.dxd-visual-refresh *,
body.dxd-visual-refresh *::before,
body.dxd-visual-refresh *::after {
  box-sizing: border-box;
}

body.dxd-visual-refresh img,
body.dxd-visual-refresh video,
body.dxd-visual-refresh iframe,
body.dxd-visual-refresh embed,
body.dxd-visual-refresh object {
  max-width: 100%;
}

body.dxd-visual-refresh table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.dxd-visual-refresh pre,
body.dxd-visual-refresh code {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.dxd-visual-refresh .container {
  max-width: 1220px;
  min-width: 0;
}

body.dxd-visual-refresh #js-site-header {
  background: transparent !important;
}

body.dxd-visual-refresh #js-site-header .dxd-header-underlay {
  background: #ffffff !important;
  border-bottom: 1px solid var(--dxd-vr-line);
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.045) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.dxd-visual-refresh #js-site-header.dxd-header--scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid var(--dxd-vr-line);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.045) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.dxd-visual-refresh .dxd-site-title,
body.dxd-visual-refresh .dxd-ft-title {
  color: var(--dxd-vr-ink) !important;
  letter-spacing: -0.02em;
}

body.dxd-visual-refresh .dxd-header-logo-div {
  background: var(--dxd-vr-grad) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.16);
}

body.dxd-visual-refresh .dxd-hover-line::after,
body.dxd-visual-refresh .dxd-nav-active::after,
body.dxd-visual-refresh h1 span[style*="width:60px"],
body.dxd-visual-refresh h2 span[style*="width:60px"] {
  background: var(--dxd-vr-blue) !important;
  border-radius: 999px !important;
  box-shadow: none;
}

body.dxd-visual-refresh .dxd-main-nav a,
body.dxd-visual-refresh .dxd-main-nav button,
body.dxd-visual-refresh #js-mobile-menu a {
  color: var(--dxd-vr-ink-2) !important;
  font-weight: 500 !important;
}

body.dxd-visual-refresh .dxd-main-nav a:hover,
body.dxd-visual-refresh .dxd-main-nav button:hover,
body.dxd-visual-refresh #js-mobile-menu a:hover {
  color: var(--dxd-vr-blue) !important;
}

body.dxd-visual-refresh .dxd-admin-btn {
  color: var(--dxd-vr-muted) !important;
  border-color: rgba(100, 116, 139, 0.22) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

body.dxd-visual-refresh .dxd-admin-btn:hover {
  color: var(--dxd-vr-blue) !important;
  background: rgba(37, 99, 235, 0.05) !important;
  border-color: rgba(37, 99, 235, 0.24) !important;
  box-shadow: none !important;
}

/* 登录入口保持低视觉权重，仅作为辅助操作 */
@media (min-width: 1200px) and (max-width: 1399px) {
  body.dxd-visual-refresh .dxd-admin-btn {
    padding: .25rem .55rem !important;
    font-size: .75rem !important;
    border-color: transparent !important;
  }
}

@media (min-width: 1400px) {
  body.dxd-visual-refresh .dxd-admin-btn {
    padding: .28rem .7rem !important;
    font-size: .78rem !important;
  }
}

body.dxd-visual-refresh #service,
body.dxd-visual-refresh #dxd-process,
body.dxd-visual-refresh #product-categories,
body.dxd-visual-refresh #cases,
body.dxd-visual-refresh #clients,
body.dxd-visual-refresh #news,
body.dxd-visual-refresh #faq,
body.dxd-visual-refresh #dxd-lookup {
  position: relative;
  overflow: hidden;
}

body.dxd-visual-refresh #service::before,
body.dxd-visual-refresh #product-categories::before,
body.dxd-visual-refresh #cases::before,
body.dxd-visual-refresh #news::before,
body.dxd-visual-refresh #dxd-lookup::before {
  display: none !important;
}

body.dxd-visual-refresh section > .container {
  position: relative;
  z-index: 1;
}

body.dxd-visual-refresh .dxd-section-title,
body.dxd-visual-refresh section h2,
body.dxd-visual-refresh .dxd-page-title {
  color: var(--dxd-vr-ink) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
}

body.dxd-visual-refresh .dxd-section-sub,
body.dxd-visual-refresh section p,
body.dxd-visual-refresh .dxd-card-desc {
  color: var(--dxd-vr-muted) !important;
}

body.dxd-visual-refresh .dxd-section-title em,
body.dxd-visual-refresh .text-\[\#1456f0\],
body.dxd-visual-refresh .dxd-card-title:hover {
  color: var(--dxd-vr-blue) !important;
}

body.dxd-visual-refresh #service a > div:first-child,
body.dxd-visual-refresh .dxd-prodcat-card > div:first-child,
body.dxd-visual-refresh .dxd-cat-card,
body.dxd-visual-refresh .dxd-list-card,
body.dxd-visual-refresh #cases article.group,
body.dxd-visual-refresh #news .dxd-news-card,
body.dxd-visual-refresh #dxd-clients-grid > div,
body.dxd-visual-refresh .dxd-faq-item,
body.dxd-visual-refresh .dxd-article-card,
body.dxd-visual-refresh .dxd-art-card,
body.dxd-visual-refresh #dxd-card-apply,
body.dxd-visual-refresh #dxd-card-query {
  background: var(--dxd-vr-paper) !important;
  border: 1px solid var(--dxd-vr-line) !important;
  border-radius: var(--dxd-vr-radius) !important;
  box-shadow: var(--dxd-vr-shadow) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.dxd-visual-refresh .dxd-loglist-img {
  border-radius: 8px !important;
}

body.dxd-visual-refresh .dxd-loglist-img:not(img) {
  background: #f8fafc !important;
}

body.dxd-visual-refresh #service a > div:first-child,
body.dxd-visual-refresh .dxd-prodcat-card,
body.dxd-visual-refresh .dxd-cat-card,
body.dxd-visual-refresh .dxd-list-card,
body.dxd-visual-refresh #cases article.group,
body.dxd-visual-refresh #news .dxd-news-card,
body.dxd-visual-refresh #dxd-clients-grid > div,
body.dxd-visual-refresh .dxd-faq-item {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease !important;
}

body.dxd-visual-refresh .dxd-prodcat-card:hover {
  transform: translateY(-8px) !important;
  border-color: #bfdbfe !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-prodcat-card,
body.dxd-visual-refresh .dxd-prodcat-card > div:first-child,
body.dxd-visual-refresh .dxd-prodcat-card > div:first-child:hover {
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-cat-card:hover,
body.dxd-visual-refresh .dxd-list-card:hover,
body.dxd-visual-refresh #cases article.group:hover,
body.dxd-visual-refresh #news .dxd-news-card:hover,
body.dxd-visual-refresh #dxd-clients-grid > div:hover,
body.dxd-visual-refresh .dxd-faq-item:hover {
  transform: none !important;
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

/* 手风琴：白底、细线、小圆角，不使用浮起和厚重阴影 */
body.dxd-visual-refresh .dxd-faq-item {
  background: #ffffff !important;
  border: 1px solid var(--dxd-vr-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: hidden !important;
  transition: border-color 180ms ease !important;
}

body.dxd-visual-refresh .dxd-faq-item > button {
  background: #ffffff !important;
  color: var(--dxd-vr-ink) !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  font-weight: 500 !important;
  transition: background-color 180ms ease, color 180ms ease !important;
}

body.dxd-visual-refresh .dxd-faq-item > button:hover,
body.dxd-visual-refresh .dxd-faq-item > button[aria-expanded="true"] {
  background: #f8fafc !important;
}

body.dxd-visual-refresh .dxd-faq-item > button[aria-expanded="true"] {
  color: var(--dxd-vr-blue) !important;
}

body.dxd-visual-refresh .dxd-faq-item .dxd-faq-chevron {
  color: #64748b !important;
}

body.dxd-visual-refresh .dxd-faq-item > button[aria-expanded="true"] .dxd-faq-chevron {
  color: var(--dxd-vr-blue) !important;
}

body.dxd-visual-refresh .dxd-faq-body {
  background: #ffffff !important;
  border-top: 1px solid #f1f5f9;
}

body.dxd-visual-refresh .dxd-faq-content {
  padding: 16px !important;
  color: var(--dxd-vr-muted) !important;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  body.dxd-visual-refresh .dxd-faq-item > button {
    padding: 16px 20px !important;
  }

  body.dxd-visual-refresh .dxd-faq-content {
    padding: 18px 20px !important;
  }
}

body.dxd-visual-refresh #service .dxd-svc-img-wrap,
body.dxd-visual-refresh .dxd-prodcat-card > div:first-child,
body.dxd-visual-refresh .dxd-cat-img,
body.dxd-visual-refresh .dxd-list-img {
  border-radius: 8px !important;
}

body.dxd-visual-refresh #dxd-clients-grid > div {
  background: #efefef !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-svc-title,
body.dxd-visual-refresh .dxd-prodcat-title,
body.dxd-visual-refresh .dxd-card-title {
  color: var(--dxd-vr-ink) !important;
  font-weight: 700 !important;
}

body.dxd-visual-refresh .dxd-product-list-section {
  padding-top: 0 !important;
}

body.dxd-visual-refresh .dxd-product-list-container {
  padding-top: 0 !important;
}

body.dxd-visual-refresh .dxd-product-list-heading {
  margin-top: 0 !important;
  margin-bottom: 2.5rem !important;
}

body.dxd-visual-refresh .dxd-prodlist-title {
  color: var(--dxd-vr-ink) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 768px) {
  body.dxd-visual-refresh .dxd-prodlist-title {
    font-size: 2rem !important;
  }
}

body.dxd-visual-refresh .dxd-faq-page-container {
  width: 100% !important;
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.dxd-visual-refresh .dxd-faq-page-container #dxd-faq-list {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

body.dxd-visual-refresh #dxd-ring-txt {
  background: #f6fafe !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh #dxd-ring-txt strong {
  color: var(--dxd-vr-blue) !important;
  font-weight: 500 !important;
}

body.dxd-visual-refresh .dxd-ring-arrow {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 14px solid transparent !important;
  border-right: 14px solid transparent !important;
  border-top: 16px solid #f6fafe !important;
  border-top-color: #f6fafe !important;
  margin: 0 auto !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-ring-dot {
  color: var(--dxd-vr-ink-2) !important;
  background: #ffffff !important;
  border-color: var(--dxd-vr-line) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-ring-dot:hover {
  color: var(--dxd-vr-blue) !important;
  background: #ffffff !important;
  border-color: var(--dxd-vr-blue) !important;
  border-width: 2px !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-ring-dot.active {
  color: var(--dxd-vr-blue) !important;
  background: #ffffff !important;
  border-color: var(--dxd-vr-blue) !important;
  border-width: 2px !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-pdp-hero,
body.dxd-visual-refresh .dxd-pdp-gallery,
body.dxd-visual-refresh .dxd-pdp-info,
body.dxd-visual-refresh .dxd-pdp-section {
  max-width: 100%;
  min-width: 0;
}

/* 详情文章采用纯白阅读面，保留内部间距和分隔线，取消外层卡片边框与阴影 */
body.dxd-visual-refresh .dxd-article-card,
body.dxd-visual-refresh .dxd-art-card {
  border: 0 !important;
  box-shadow: none !important;
}

body.dxd-visual-refresh .dxd-pdp {
  padding: clamp(16px, 3vw, 36px) 0 56px !important;
}

body.dxd-visual-refresh .dxd-pdp-wrap {
  width: 100% !important;
  max-width: 1120px !important;
  min-width: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(18px, 3vw, 28px) !important;
  padding-right: clamp(18px, 3vw, 28px) !important;
}

body.dxd-visual-refresh .dxd-pdp-hero {
  gap: 20px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.dxd-visual-refresh .dxd-pdp-actions {
  margin-top: 20px !important;
}

body.dxd-visual-refresh .dxd-pdp-comments .dxd-cmt-wrap {
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.dxd-visual-refresh .dxd-pdp-comments .dxd-cmt-title {
  padding-bottom: 14px !important;
  border-bottom: 1px solid var(--dxd-vr-line);
}

body.dxd-visual-refresh .dxd-pdp-comments .dxd-cmt-thread {
  padding-top: 18px !important;
}

body.dxd-visual-refresh .dxd-pdp-comments #comments,
body.dxd-visual-refresh .dxd-pdp-comments #comment-post,
body.dxd-visual-refresh .dxd-pdp-comments #commentform {
  width: 100% !important;
  max-width: 100% !important;
}

body.dxd-visual-refresh .dxd-pdp-comments .dxd-cmt-guard {
  margin-top: 16px !important;
}

body.dxd-visual-refresh .dxd-pdp-btn,
body.dxd-visual-refresh .dxd-pdp-btn-buy,
body.dxd-visual-refresh .dxd-pdp-extra-btn {
  border-radius: 10px !important;
}

body.dxd-visual-refresh #dxd-cta {
  background-image:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.26), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(29, 78, 216, 0.22) 0%, rgba(124, 58, 237, 0.22) 100%);
  border-top: 0;
  border-bottom: 0;
}

body.dxd-visual-refresh #dxd-cta h2,
body.dxd-visual-refresh #dxd-cta p {
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgba(15, 23, 42, 0.20);
}

body.dxd-visual-refresh #dxd-cta p {
  color: rgba(255, 255, 255, 0.84) !important;
}

body.dxd-visual-refresh #dxd-cta h2 span {
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
}

body.dxd-visual-refresh .dxd-cta-btn,
body.dxd-visual-refresh #dxd-lookup button[type="submit"],
body.dxd-visual-refresh #dxd-lookup label[style*="linear-gradient"] {
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--dxd-vr-blue) !important;
  box-shadow: 0 10px 22px rgba(29, 78, 216, 0.16) !important;
}

body.dxd-visual-refresh .dxd-cta-fill {
  display: none !important;
}

body.dxd-visual-refresh .dxd-cta-btn:hover {
  color: #ffffff !important;
}

body.dxd-visual-refresh .dxd-cta-btn:hover,
body.dxd-visual-refresh #dxd-lookup button[type="submit"]:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 28px rgba(29, 78, 216, 0.20) !important;
}

body.dxd-visual-refresh #dxd-lookup button[type="submit"]:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.25) !important;
}

body.dxd-visual-refresh #dxd-cta .dxd-cta-btn {
  color: #1e1b4b !important;
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.22) !important;
}

body.dxd-visual-refresh #dxd-cta .dxd-cta-btn:hover {
  color: #1d4ed8 !important;
  background: #f8fafc !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.26) !important;
}

body.dxd-visual-refresh #dxd-lookup input,
body.dxd-visual-refresh #dxd-lookup select,
body.dxd-visual-refresh #dxd-lookup textarea {
  color: var(--dxd-vr-ink) !important;
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  box-shadow: none;
}

body.dxd-visual-refresh #dxd-lookup select,
body.dxd-visual-refresh .dxd-pg-card select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2364758b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px 18px !important;
}

body.dxd-visual-refresh #dxd-lookup input:focus,
body.dxd-visual-refresh #dxd-lookup select:focus,
body.dxd-visual-refresh #dxd-lookup textarea:focus {
  border-color: rgba(37, 99, 235, 0.74) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

body.dxd-visual-refresh #dxd-tab-apply,
body.dxd-visual-refresh #dxd-tab-query {
  border-radius: 10px !important;
}

body.dxd-visual-refresh #dxd-lookup .dxd-svc-tab {
  margin: 0 3px;
}

body.dxd-visual-refresh #dxd-card-apply,
body.dxd-visual-refresh #dxd-card-query {
  padding: 28px !important;
}

body.dxd-visual-refresh .dxd-log-content {
  color: var(--dxd-vr-ink-2) !important;
  font-size: 1rem;
}

body.dxd-visual-refresh .dxd-log-content h2,
body.dxd-visual-refresh .dxd-log-content h3,
body.dxd-visual-refresh .dxd-log-content h4 {
  color: var(--dxd-vr-ink) !important;
  letter-spacing: -0.02em;
}

body.dxd-visual-refresh .dxd-log-content a,
body.dxd-visual-refresh .dxd-page-content a,
body.dxd-visual-refresh .dxd-art-content a {
  color: var(--dxd-vr-blue) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.dxd-visual-refresh .dxd-log-content img,
body.dxd-visual-refresh .dxd-log-content video {
  border-radius: 10px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.dxd-visual-refresh .dxd-pagination a,
body.dxd-visual-refresh .dxd-pagination span {
  border-radius: 999px !important;
  border-color: rgba(203, 213, 225, 0.82) !important;
  background: rgba(255, 255, 255, 0.72);
}

body.dxd-visual-refresh .dxd-pagination a:hover {
  color: #fff !important;
  background: var(--dxd-vr-blue) !important;
  border-color: transparent !important;
}

body.dxd-visual-refresh #js-site-footer {
  background-color: rgb(248, 250, 252) !important;
  border-top-color: var(--dxd-vr-line) !important;
}

body.dxd-visual-refresh #js-site-footer a:hover {
  color: var(--dxd-vr-blue) !important;
}

body.dxd-visual-refresh .dxd-rebuild-wrap,
body.dxd-visual-refresh .dxd-rebuild-wrap iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body.dxd-visual-refresh .dxd-rebuild-wrap iframe {
  border-radius: 10px !important;
}

body.dxd-visual-refresh .dxd-pg-reviews {
  min-width: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.dxd-visual-refresh .dxd-pg-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.dxd-visual-refresh .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.dxd-visual-refresh #service .dxd-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: .5rem !important;
  }

  body.dxd-visual-refresh section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  body.dxd-visual-refresh .dxd-section-title,
  body.dxd-visual-refresh section h2 {
    line-height: 1.35 !important;
  }

  body.dxd-visual-refresh #dxd-ring-wrap {
    height: 220px !important;
    overflow: hidden;
  }

  body.dxd-visual-refresh .dxd-ring-dot {
    width: 104px !important;
  }

  body.dxd-visual-refresh #dxd-lookup form > div[style*="display:flex"][style*="gap:10px"] {
    flex-direction: column !important;
  }

  body.dxd-visual-refresh .dxd-pg-cards,
  body.dxd-visual-refresh .dxd-pg-reviews {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.dxd-visual-refresh .dxd-rebuild-wrap iframe {
    height: 75vh !important;
  }

  body.dxd-visual-refresh #dxd-cta {
    min-height: auto !important;
    padding: 52px 0 !important;
  }

  body.dxd-visual-refresh #dxd-cta .dxd-cta-btn {
    width: min(100%, 260px) !important;
    padding: 13px 24px !important;
  }

  body.dxd-visual-refresh #dxd-card-apply,
  body.dxd-visual-refresh #dxd-card-query {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 0 !important;
  }
}
