/* JoyJoy cabinet: keep bottom save docks compact while preserving full DOM status text. */
html.joyjoy-toast-center-enabled
:is(.joyjoy-save-dock-b04eeb672,.joyjoy-save-dock-v459,.sticky-save-bar,.universal-save-bar-b42a7df9b,.universal-save-bar-v186,.gamey-viewport-save-dock,.prefix-card-actions.sticky-save-bar)
:is(.api-form-message,.prefix-save-status,.panel-save-message,.muted-status)[data-joyjoy-dock-summary] {
  font-size: 0 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-height: none !important;
}

html.joyjoy-toast-center-enabled
:is(.joyjoy-save-dock-b04eeb672,.joyjoy-save-dock-v459,.sticky-save-bar,.universal-save-bar-b42a7df9b,.universal-save-bar-v186,.gamey-viewport-save-dock,.prefix-card-actions.sticky-save-bar)
:is(.api-form-message,.prefix-save-status,.panel-save-message,.muted-status)[data-joyjoy-dock-summary]::after {
  content: attr(data-joyjoy-dock-summary);
  font-size: 12px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}
