/* CurioSpark v8.36.19 - Home header wordmark and footer link alignment.
   Scope: Home page only. No content, workflow, script, image, or shared-style changes. */

/* The shared header script applies .header-bulb-brand at runtime. Give the approved
   CurioSpark wordmark its intended visual weight on Home without changing the menu. */
body.home-streamline-v8361 .site-header .logo-brand.header-bulb-brand {
  flex: 0 0 184px;
  width: 184px;
  min-width: 184px;
  height: 70px;
}
body.home-streamline-v8361 .site-header .logo-brand.header-bulb-brand img {
  width: auto !important;
  max-width: none !important;
  height: 62px !important;
  max-height: none !important;
  object-fit: contain;
}

/* Keep the Facebook Community link in the third footer column, aligned with the
   middle navigation links instead of resting at the bottom edge. */
body.home-streamline-v8361 .public-frontdoor-footer .footer-grid {
  padding-bottom: 0;
}
body.home-streamline-v8361 .public-frontdoor-footer .footer-social-corner {
  position: static;
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  margin-top: 5.3rem;
}
body.home-streamline-v8361 .public-frontdoor-footer .footer-grid .footer-facebook-link {
  display: inline-flex !important;
  width: max-content !important;
  margin: 0 !important;
  color: #4b176c !important;
  text-shadow: none !important;
  white-space: nowrap;
}
body.home-streamline-v8361 .public-frontdoor-footer .footer-grid .footer-facebook-link__label {
  color: #4b176c !important;
  opacity: 1 !important;
}

@media (max-width: 820px) {
  body.home-streamline-v8361 .site-header .logo-brand.header-bulb-brand {
    flex-basis: 142px;
    width: 142px;
    min-width: 142px;
    height: 58px;
  }
  body.home-streamline-v8361 .site-header .logo-brand.header-bulb-brand img {
    height: 49px !important;
  }
  body.home-streamline-v8361 .public-frontdoor-footer .footer-grid {
    padding-bottom: 1.25rem;
  }
  body.home-streamline-v8361 .public-frontdoor-footer .footer-social-corner {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: start;
    margin-top: .9rem;
  }
}
