/* Inline images in knowledge base articles: fit mobile width, no crop */
.faq-answer img {
  max-width: 100%;
  height: auto;
}
