/*
 * DED-3729: HaroldPanel.css sets :root { --harold-panel-width: 380px } for the panel
 * component, but global.css also uses that variable to shrink body for pushContent.
 * Default to 0 until HaroldPanel mounts and sets inline width when opened.
 */
:root {
  --harold-panel-width: 0px;
}

.harold-panel {
  width: 380px;
}
