/* Shared GEO/AIO archive content. dxc-* is isolated from legacy archive CSS. */
.dxc-answer,
.dxc-root {
  width: 100%;
  max-width: var(--dx-pdp-content-width, 1400px);
  margin-right: auto;
  margin-left: auto;
  font-family: var(--font-body, Inter, sans-serif);
  color: var(--fg-2, #252525);
}
.dxc-answer {
  order: 50;
  flex: 0 0 100%;
  margin-top: 18px;
  margin-bottom: 28px;
  padding: 24px 28px;
  border: 1px solid var(--stroke-1, #e4e5e7);
  border-radius: var(--radius-xl, 20px);
  background: #fff;
}
.droix-category-editorial .woocommerce-products-header { flex-wrap: wrap; }
.dxc-answer h2,
.dxc-root h2,
.dxc-root h3 {
  font-family: var(--font-ui, Ubuntu, sans-serif);
  color: var(--fg-1, #101114);
}
.dxc-answer h2 { margin: 6px 0 10px; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.dxc-answer p { max-width: 1050px; margin: 8px 0; font-size: 16px; line-height: 1.7; }
.dxc-eyebrow {
  display: inline-block;
  color: var(--droix-green-dark, #667500);
  font-family: var(--font-ui, Ubuntu, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dxc-root { clear: both; padding-top: 36px; padding-bottom: 52px; }
.dxc-root--supporting { padding-top: 24px; }
.dxc-section { margin-top: 48px; }
.dxc-section:first-child { margin-top: 0; }
.dxc-section-head { margin-bottom: 18px; }
.dxc-section-head h2,
.dxc-related h2,
.dxc-trust h2 { margin: 5px 0 0; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; }
.dxc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--stroke-1, #e4e5e7);
  border-radius: var(--radius-xl, 20px);
  background: #fff;
  box-shadow: var(--shadow-sm, 0 4px 16px rgba(0,0,0,.05));
}
.dxc-table { width: 100%; min-width: 760px; margin: 0; border: 0; border-collapse: collapse; }
.dxc-table th,
.dxc-table td { padding: 16px 18px; border: 0; border-bottom: 1px solid var(--stroke-1, #e4e5e7); text-align: left; vertical-align: top; }
.dxc-table th { background: #f5f7f0; font-family: var(--font-ui, Ubuntu, sans-serif); font-size: 13px; color: var(--fg-1, #101114); }
.dxc-table tr:last-child td { border-bottom: 0; }
.dxc-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dxc-guide-card {
  padding: 22px;
  border: 1px solid var(--stroke-1, #e4e5e7);
  border-radius: var(--radius-xl, 20px);
  background: #fff;
}
.dxc-guide-card h3 { margin: 0 0 8px; font-size: 19px; }
.dxc-guide-card p { margin: 0; line-height: 1.65; }
.dxc-trust {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
  gap: 26px;
  margin-top: 48px;
  padding: 28px;
  border: 1px solid rgba(176, 203, 31, .45);
  border-radius: var(--radius-xl, 20px);
  background: #f8faef;
}
.dxc-trust p { max-width: 780px; margin: 12px 0 0; line-height: 1.65; }
.dxc-trust-points { display: grid; gap: 9px; align-content: center; }
.dxc-trust-points span { position: relative; padding-left: 22px; font-weight: 600; }
.dxc-trust-points span::before { position: absolute; left: 0; content: "✓"; color: var(--droix-green-dark, #667500); }
.dxc-rating { grid-column: 1 / -1; display: flex; align-items: center; min-height: 48px; }
.dxc-rating #droix-tp-widget-wrapper-link { width: auto; }
.dxc-related { margin-top: 44px; padding: 24px; border-top: 1px solid var(--stroke-1, #e4e5e7); border-bottom: 1px solid var(--stroke-1, #e4e5e7); }
.dxc-related div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.dxc-related a { padding: 9px 13px; border: 1px solid var(--stroke-2, #d4d6da); border-radius: 999px; color: var(--fg-2, #252525); font-weight: 700; text-decoration: none; }
.dxc-related a:hover { border-color: var(--droix-green, #b0cb1f); color: var(--droix-green-dark, #667500); }
.dxc-faq { margin-top: 48px; }
.dxc-faq-list { overflow: hidden; border: 1px solid var(--stroke-1, #e4e5e7); border-radius: var(--radius-xl, 20px); background: #fff; }
.dxc-faq-row { margin: 0; border-bottom: 1px solid var(--stroke-1, #e4e5e7); }
.dxc-faq-row:last-child { border-bottom: 0; }
.dxc-faq-row summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-ui, Ubuntu, sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--fg-1, #101114);
}
.dxc-faq-row summary::-webkit-details-marker { display: none; }
.dxc-faq-row summary span { flex: 0 0 auto; font-size: 24px; font-weight: 400; transition: transform .18s ease; }
.dxc-faq-row[open] summary span { transform: rotate(45deg); }
.dxc-faq-answer { padding: 0 22px 20px; color: var(--fg-3, #45474c); line-height: 1.65; }
.dxc-faq-answer p { margin: 0; }
@media (max-width: 900px) {
  .dxc-guide-grid { grid-template-columns: 1fr 1fr; }
  .dxc-trust { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .dxc-answer { margin-bottom: 20px; padding: 20px; }
  .dxc-answer p { font-size: 15px; }
  .dxc-root { padding-top: 24px; padding-bottom: 38px; }
  .dxc-section,
  .dxc-trust,
  .dxc-faq { margin-top: 34px; }
  .dxc-guide-grid { grid-template-columns: 1fr; }
  .dxc-trust { padding: 22px; }
  .dxc-related { padding: 20px 0; }
  .dxc-faq-row summary { padding: 17px 18px; font-size: 16px; }
  .dxc-faq-answer { padding: 0 18px 18px; }
}
