#sharedNavbar,
#sharedFooter {
  width: 100%;
}

.shared-component-error {
  padding: 16px;
  background: #f3eee3;
  text-align: center;
}

.shared-component-error a {
  color: #3e4e3c;
  font-weight: 700;
}

.navbar-links a.active,
.mobile-nav a.active {
  color: #5f7155;
  font-weight: 700;
}

.footer-column a,
.footer-legal a {
  overflow-wrap: anywhere;
}

@media (max-width: 600px) {
  .footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
}
