/**
 * App shell layout helpers (dashboard SPA)
 */
.pds-app-shell .pds-app-main {
  min-height: 0;
}

.pds-app-page-content--embedded {
  width: 100%;
  max-width: 100%;
}

.pds-app-view-error {
  padding: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #f5c2c7;
  background: #f8d7da;
  color: #842029;
  font-family: var(--pds-font, 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}
