/*
 Theme Name: OceanWP Child Theme
 Theme URI: https://oceanwp.org/
 Description: OceanWP WordPress theme. Sample child theme.
 Author: OceanWP
 Author URI: https://oceanwp.org/
 Template: oceanwp
 Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* ====== Pillar & Expertise pages: body text 18px ====== */
.single-page-article .entry p {
  font-size: 18px;
  line-height: 1.7;
}

.single-page-article .entry li {
  font-size: 18px;
  line-height: 1.7;
}

/* ============================================
   TRANSICIO - Articles SEO : Presentation
   ============================================ */

/* Espacement des titres H2 dans les articles */
.article-container h2 {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}
.article-container h2:first-child {
  margin-top: 0 !important;
}

/* Espacement des titres H3 */
.article-container h3 {
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

/* CTA Blocks - Style epure, coherent avec le theme */
.article-container .cta-box {
  padding: 24px 28px !important;
  margin: 35px 0 !important;
  border-left: 3px solid #ccc !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.article-container .cta-box h3 {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.article-container .cta-box p {
  line-height: 1.7 !important;
}

/* FAQ Items - Style epure */
.article-container .faq-item {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  padding: 16px 0 !important;
  margin-bottom: 0 !important;
}
.article-container .faq-item:last-child {
  border-bottom: none !important;
}
.article-container .faq-question {
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}
.article-container .faq-answer {
  line-height: 1.7 !important;
}