/* Final MPL behavior: service details stay in the page. Only the full MPL desk may open separately. */
body[data-seelo-theme="nacre"] #mpldetail.mpl-detail-top,
body[data-seelo-theme="nacre"] .mpl-detail-top{
  position:static!important;
  inset:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  top:auto!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  max-height:none!important;
  margin:14px 0 18px!important;
  z-index:auto!important;
  transform:none!important;
  overflow:visible!important;
  border-radius:22px!important;
}
body[data-seelo-theme="nacre"] #mpldetail.mpl-detail-top.open{
  display:block!important;
}
/* Kill legacy floating-card affordances if an old layer injects them around the service detail. */
body[data-seelo-theme="nacre"] #mpldetail [data-popout],
body[data-seelo-theme="nacre"] #mpldetail .mpl-popout,
body[data-seelo-theme="nacre"] #mpldetail .floating-detail-handle{
  display:none!important;
}
