/* Keep Action Text editor controls and embedded post media usable. */
.trix-content {
  overflow-wrap: break-word;
}

.trix-content .attachment {
  margin: 1.5rem 0;
  text-align: center;
}

.trix-content .attachment img {
  border-radius: 8px;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.trix-content .attachment__caption {
  color: inherit;
  font-size: .95rem;
  margin-top: .5rem;
  opacity: .78;
}

trix-toolbar .trix-button-group--file-tools {
  display: inline-flex;
}

trix-editor {
  min-height: 12rem;
}
