/* One fixed footer design shared by every Bloomap route. */
body .site-rail.site-rail > footer.site-footer {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: 84px 28px 116px;
  background: #fff !important;
  color: #27312d !important;
}

body:has([data-static-home]) .site-rail.site-rail > footer.site-footer {
  width: min(100%, 430px) !important;
  margin-inline: auto !important;
}

.site-rail > .site-footer .footer-logo-link {
  display: inline-block;
}

.site-rail > .site-footer .footer-logo {
  width: 160px;
  height: auto;
  filter: none !important;
}

.site-rail > .site-footer .footer-copy {
  margin: 30px 0 0;
  color: #4f5a55 !important;
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.65;
}

.site-rail > .site-footer .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin-top: 56px;
}

.site-rail > .site-footer .footer-links a {
  display: block;
  padding: 0;
  color: #27312d !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.site-rail > .site-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 48px;
}

.site-rail > .site-footer .footer-socials a {
  width: auto;
  height: auto;
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #27312d !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.site-rail > .site-footer .footer-socials a:hover {
  background: transparent;
  color: #315f49;
  transform: none;
}

.site-rail > .site-footer .footer-copyright {
  display: block;
  margin-top: 56px;
  color: #69716c;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
