:root {
  --footer-14--container-bottom--background-color: var(--theme--colors--gray--700);
  --footer-14--container-bottom--border-bottom-color: transparent;
  --footer-14--container-bottom--border-bottom-width: 0px;
  --footer-14--container-bottom--border-top-color: transparent;
  --footer-14--container-bottom--border-top-width: 0px;
  --footer-14--container-bottom--color: #ffffff;
  --footer-14--container-bottom--font-size: 0.75rem;
  --footer-14--container-bottom--font-weight: 400;
  --footer-14--container-bottom--text-transform: none;
  --footer-14--container-bottom--padding-y: 0.5rem;
  --footer-14--link-bottom--color: #ffffff;
  --footer-14--link-bottom--color-hover: #ffffff;
  --footer-14--image-bottom--height: 1rem;
}
:root .layout-footer-bottom {
  text-align: var(--footer-14--container-bottom--text-align);
}

@media (min-width: 1024px) {
  :root {
    --footer-14--container-bottom--background-color: var(--theme--colors--gray--700);
    --footer-14--container-bottom--border-bottom-color: transparent;
    --footer-14--container-bottom--border-bottom-width: 0px;
    --footer-14--container-bottom--border-top-color: transparent;
    --footer-14--container-bottom--border-top-width: 0px;
    --footer-14--container-bottom--color: #ffffff;
    --footer-14--container-bottom--font-size: 0.75rem;
    --footer-14--container-bottom--font-weight: 400;
    --footer-14--container-bottom--text-transform: none;
    --footer-14--container-bottom--padding-y: 0.5rem;
    --footer-14--link-bottom--color: #ffffff;
    --footer-14--link-bottom--color-hover: #ffffff;
    --footer-14--image-bottom--height: 1rem;
  }
  :root .layout-footer-bottom {
    text-align: var(--footer-14--container-bottom--text-align);
  }
}