/* Detail capsules stay compact, single-row and aligned to the poster bottom.
   Account for 34px controls plus the existing 8px top padding. */
/* R4: public asset separated from private evidence; OLE has its own asset route. */
html:root body.front.portal.tpl-keke.keke-template.detail-page[class] .keke-detail-toolbar {
  width: 100% !important;
  max-width: 300px !important;
  align-self: flex-start !important;
  height: auto !important;
  min-height: 42px !important;
  flex-shrink: 0 !important;
}
/* Remove episode/quality/status overlays on all poster types and viewports.
   Preserve movie data, episode selectors, ratings and the title update time.
   Existing card normalization may unhide a badge; this rule still wins. */
html:root body.front.portal[class] .moviecms-poster-status {
  display: none !important;
}
