/*
  Legacy BellerCreatives pages still reference /css/styles.css.
  Keep this entrypoint as a stable compatibility layer so those pages do not
  render unstyled when deployed from website-bc as the web root.
*/
@import url("/css/bc-tokens.css?v=20260413");
@import url("/css/bc-studio.css?v=20260413");

.site-header:empty {
  display: none;
}

.section,
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
