/* =========================================================
   Buried Keep — workspace.css
   Canonical Page Panel naming.

   site-bar-panel
     menu-bar
     submenu-bar
     config-bar

   main-content-panel
     listings-panel
     content-panel
   ========================================================= */

.site-bar-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
}

.menu-bar,
.submenu-bar,
.config-bar {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.main-content-panel {
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
}

.listings-panel {
  min-width: 260px;
  min-height: 0;
  box-sizing: border-box;
}

.content-panel {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
}
