.elementor-18493 .elementor-element.elementor-element-7a48ff3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b373a7d *//* === ARTICLE THX – Le CBD Ambulant === */

article {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
}

/* Titres */
article h1 {
  color: #CAA74B;
  font-weight: 700;
  letter-spacing: -0.5px;
}

article h2 {
  color: #0E3D2F;
  margin-top: 40px;
  font-weight: 600;
}

article h3 {
  color: #1a1a1a;
  margin-top: 25px;
  font-weight: 600;
}

/* Liens */
article a {
  color: #CAA74B;
  font-weight: 600;
  text-decoration: none;
}

article a:hover {
  text-decoration: underline;
}

/* Paragraphes */
article p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Table */
article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

article table th {
  background: #f7f7f7;
  color: #0E3D2F;
  font-weight: 600;
}

article table th,
article table td {
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center;
}

/* Listes */
article ul li {
  margin-bottom: 8px;
}

/* CTA */
article .cta {
  background: #CAA74B;
  color: #ffffff;
  padding: 40px;
  border-radius: 14px;
  text-align: center;
}

article .cta a {
  background: #ffffff;
  color: #CAA74B;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 700;
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  article h1 {
    font-size: 2rem;
  }

  article {
    padding: 20px 15px;
  }
}/* End custom CSS */