/* ActionText content rendering - minimal styles for stored attachments */

.attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.attachment img {
  max-width: 100%;
  height: auto;
}

.attachment__caption {
  text-align: center;
}
