footer .footer-brand {
  display: inline-block;
  color: #173a38;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
}

footer nav button,
footer nav a {
  border: 0;
  padding: 4px 0;
  color: #526762;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #bdcec8;
  text-underline-offset: 4px;
}

footer nav button:hover,
footer nav a:hover {
  color: #176c66;
  text-decoration-color: #176c66;
}

footer > small {
  display: block;
  margin-top: 18px;
  color: #8a9995;
  font-size: 10px;
}

.review-modal .review-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  color: #647772;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.review-modal .review-consent input {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin: 0;
}

.review-modal .review-consent a {
  color: #176c66;
  font-weight: 800;
}
