#post-content-editor-field lexxy-editor .lexxy-editor__content {
  min-block-size: 400px;
}

#post-detail-content.post-detail-content {
  color: #111827;
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#post-detail-content.post-detail-content > * + * {
  margin-top: 1rem;
}

#post-detail-content.post-detail-content p {
  margin-top: 0;
  margin-bottom: 0;
}

#post-detail-content.post-detail-content a {
  color: #2563eb;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

#post-detail-content.post-detail-content figure.attachment {
  display: block;
  max-width: 100%;
  margin: 1.5rem 0 !important;
  text-align: left !important;
}

#post-detail-content.post-detail-content img,
#post-detail-content.post-detail-content figure.attachment img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 0 !important;
  margin-right: auto !important;
  border-radius: 0.125rem;
}

#post-detail-content.post-detail-content .attachment__caption {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  text-align: left;
}
