/* Shared footer styles */
.site-footer{
  background: #dfe5ea;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.site-footer a{
  color: #374151;
  text-decoration: none;
}

.site-footer a:hover{
  color: #111827;
  text-decoration: none;
}

.footer-brand-text{
  font-family: "VW Heavy";
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #69a710;
  -webkit-text-stroke: 2px #104a02;
  paint-order: stroke fill;
  white-space: nowrap;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.footer-brand-logo {
  height: calc(1.7rem * 1.25);
  width: auto;
  display: block;
}

.footer-links-row {
  width: 50%;
}

@media (max-width: 767px) {
  .footer-links-row {
    width: 100%;
  }
}
