/* PMP v54 — contained workspace and reachable sheet tray. */
.editor-shell { overflow: hidden; }

.page-strip {
  position: absolute;
  left: 206px;
  right: 322px;
  bottom: 55px;
  z-index: 44;
  display: none;
  min-width: 0;
  height: 80px;
  padding: 8px;
  border: 1px solid #c8d7dc;
  border-radius: 8px;
  background: rgba(248, 251, 252, .98);
  box-shadow: 0 14px 34px rgba(7, 30, 41, .22);
  overflow-x: auto;
  overflow-y: hidden;
}

.page-strip.open { display: flex; }

.pages-toggle[aria-expanded="true"] {
  background: #dff5f2;
  color: #075f5a;
  box-shadow: inset 0 0 0 1px #6bcac2;
}

@media (max-width: 980px) {
  .page-strip {
    left: 12px;
    right: 12px;
    bottom: 55px;
  }
}

@media (max-width: 620px) {
  .page-strip {
    left: 8px;
    right: 8px;
    bottom: 54px;
    height: 76px;
    padding: 6px;
  }
}
