/* Compatibility layer for legacy public theme references.
   The active public shell styles live in aulacore-public-shell.css. */

.ac-public-content-shell {
  box-sizing: border-box;
}

.ac-public-content-shell *,
.ac-public-content-shell *::before,
.ac-public-content-shell *::after {
  box-sizing: inherit;
}
