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

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