/* Contenu article injecté depuis l'API — préserver la mise en page d'origine */
.rt-blog-details-wrapper .article-content-image,
.rt-blog-details-wrapper .w-richtext img:not(.rt-width-height-full) {
  max-width: 100%;
  height: auto;
}

.rt-blog-details-wrapper h2,
.rt-blog-details-wrapper h3,
.rt-blog-details-wrapper h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rt-blog-details-wrapper p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.rt-blog-details-wrapper ul,
.rt-blog-details-wrapper ol {
  margin: 1rem 0 1.5rem 1.5rem;
}

.rt-blog-details-wrapper li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.rt-blog-details-wrapper a {
  color: inherit;
  text-decoration: underline;
}

.iag-blog-error {
  font-size: 1rem;
}
