/* Home editor note flow repair (2026-05-23 r68)
   Loaded after home-fix r14. Keep the note in normal document flow. */

body.home-page main > .home-editor-note,
body.home-page .home-editor-note {
  overflow: visible !important;
}

body.home-page .home-editor-note .container,
body.home-page .home-editor-note__body,
body.home-page .home-editor-note__body p {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.home-page .home-editor-note__body {
  display: block !important;
  overflow: visible !important;
}

body.home-page .home-editor-note__body p,
body.home-page .home-editor-note__body > * {
  max-height: none !important;
  overflow: visible !important;
}

body.home-page .home-editor-note__body p {
  display: block !important;
  margin: 0 !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

body.home-page .home-editor-note__body p + p {
  display: block !important;
  margin-top: 0.72em !important;
}

body.home-page .home-editor-note__body > * + * {
  margin-top: 0.72em !important;
}

