/* Rally Mega Store — blocs editoriaux/SEO categorie (charge hors CCC) */
body.page-category .rms-cat-intro {
  margin: 0 0 26px;
  max-width: 74ch;
  color: var(--rms-category-ink, #151719);
  font-size: 15px;
  line-height: 1.65;
}
body.page-category .rms-cat-intro p { margin: 0 0 10px; }
body.page-category .rms-cat-intro p:last-child { margin-bottom: 0; }
body.page-category .rms-cat-intro strong { font-weight: 700; }
body.page-category .rms-cat-intro a {
  color: var(--rms-category-ink, #151719);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--rms-category-accent, #fc4c01);
}
body.page-category .rms-cat-intro a:hover { color: var(--rms-category-accent, #fc4c01); }

body.page-category .rms-cat-seo,
body.page-category .rms-cat-faq {
  margin: 46px 0 0;
  padding-top: 30px;
  border-top: 1px solid var(--rms-category-line, #dedfdd);
  color: var(--rms-category-ink, #151719);
  font-size: 15px;
  line-height: 1.7;
}
body.page-category .rms-cat-seo h2,
body.page-category .rms-cat-faq h2 {
  margin: 26px 0 12px;
  font-family: "Archivo Black", Arial Black, sans-serif;
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.15;
}
body.page-category .rms-cat-seo h2:first-child { margin-top: 0; }
body.page-category .rms-cat-seo h3 {
  margin: 18px 0 6px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}
body.page-category .rms-cat-seo p { margin: 0 0 12px; max-width: 80ch; }
body.page-category .rms-cat-seo ul { margin: 0 0 14px; padding-left: 18px; }
body.page-category .rms-cat-seo li { margin-bottom: 6px; }
body.page-category .rms-cat-seo a,
body.page-category .rms-cat-faq a {
  color: var(--rms-category-ink, #151719);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--rms-category-accent, #fc4c01);
}
body.page-category .rms-cat-seo a:hover,
body.page-category .rms-cat-faq a:hover { color: var(--rms-category-accent, #fc4c01); }

/* pastilles de maillage interne */
body.page-category .rms-seo-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 18px; padding: 0; list-style: none; }
body.page-category .rms-seo-chips li { margin: 0; }
body.page-category .rms-seo-chips a {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid var(--rms-category-line, #dedfdd);
  border-radius: 999px;
  background: var(--rms-category-panel, #fff);
  color: var(--rms-category-ink, #151719);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
body.page-category .rms-seo-chips a:hover {
  border-color: var(--rms-category-accent, #fc4c01);
  background: var(--rms-category-accent, #fc4c01);
  color: #fff;
}

/* FAQ accordeon */
body.page-category .rms-cat-faq h2 { margin-bottom: 14px; }
body.page-category .rms-faq-item {
  border-bottom: 1px solid var(--rms-category-line, #dedfdd);
  padding: 0;
}
body.page-category .rms-faq-item > summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 2px;
  font-size: 15px;
  font-weight: 700;
  list-style: none;
}
body.page-category .rms-faq-item > summary::-webkit-details-marker { display: none; }
body.page-category .rms-faq-item > summary::after {
  content: "+";
  color: var(--rms-category-accent, #fc4c01);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
body.page-category .rms-faq-item[open] > summary::after { content: "\2013"; }
body.page-category .rms-faq-item > summary:focus-visible { outline: 3px solid var(--rms-category-accent, #fc4c01); outline-offset: 3px; }
body.page-category .rms-faq-answer { padding: 0 2px 16px; max-width: 80ch; color: var(--rms-category-muted, #686d70); }
body.page-category .rms-faq-answer p { margin: 0 0 8px; }
body.page-category .rms-faq-answer p:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  body.page-category .rms-cat-intro { font-size: 14px; margin-bottom: 20px; }
  body.page-category .rms-cat-seo, body.page-category .rms-cat-faq { font-size: 14px; margin-top: 34px; }
}
