/*
 * Default presentation layer for stakeholder/product review.
 * Keep development-only POC labels available through ?debug=1 without changing runtime behavior.
 */

.prototype-strip {
  display: none !important;
}

.app-shell {
  inset: 0 !important;
}

html.product-debug .prototype-strip {
  display: flex !important;
}

html.product-debug .app-shell {
  inset: 28px 0 0 0 !important;
}
