.brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}

.brand-mark {
  align-items: center;
  background: var(--accent-soft);
  border: 1px solid rgba(22, 116, 91, 0.22);
  border-radius: 8px;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  width: 2.25rem;
}

.brand-name {
  color: inherit;
}

.footer-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.footer-brand {
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
}

.footer-brand .brand-mark {
  background: rgba(217, 240, 232, 0.12);
  border-color: rgba(223, 234, 229, 0.22);
  color: #dfeae5;
}

.facebook-community-button {
  border: 1px solid rgba(223, 234, 229, 0.38);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  padding: 0.58rem 0.85rem;
  text-decoration: none;
}

.facebook-community-button:hover {
  background: rgba(223, 234, 229, 0.1);
  text-decoration: none;
}
