/* Make embedded entries appear as normal journal sections */
.markdown-embed {
  border: none !important;
  border-left: none !important;
  border-inline-start: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 0 0 4rem 0 !important;
  padding: 0 !important;
}

.markdown-embed-content,
.internal-embed,
.embed-container {
  border-left: none !important;
  border-inline-start: none !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}