:host {
  position: relative;
  box-sizing: border-box;
  font-feature-settings: "cv03", "cv04", "cv11";
}
:host *, :host *:before, :host *:after {
  box-sizing: inherit;
}

:host {
  display: block;
}

.layout {
  padding: 0 var(--sl-spacing-medium);
}

.margin {
  min-width: 45rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}