p,
.P,
.Subtitle {
  font-size: var(--sl-font-size-small);
  color: var(--sl-color-gray-800);
  margin-top: 0px;
}

a,
a:visited {
  text-decoration: none;
  color: var(--sl-color-primary-500);
  cursor: pointer;
}

a:hover {
  color: var(--sl-color-primary-600);
  cursor: pointer;
}

:host {
  display: block;
}

:host([hidden]) {
  display: none;
}

.FooterWrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--st-content-max-width);
  height: auto;
  padding: var(--sl-spacing-large);
  background-color: var(--st-content-background);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--sl-spacing-small) var(--sl-spacing-medium);
}

.FooterWrapper > :not(:first-child) {
  margin-top: var(--sl-spacing-medium);
}

.FooterWrapper:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.FooterWrapper:first-child > :not(:first-child) {
  margin-left: var(--sl-spacing-small);
}

.Linkrow {
  display: flex;
}

sl-button::part(label) {
  font-size: var(--sl-button-font-size-medium);
}