/* components/site-shell/pf-shell.css — scoped shell helpers (.pf-shell-root wraps JSON-driven output) */

.pf-shell-root main {
  max-width: var(--pf-content-max-width, var(--max-width));
  margin: 2rem auto;
  padding: 0 5%;
}

.pf-shell-root .experience-card li strong {
  color: #333;
}
