/* Site footer */

#wtm-footer-root {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}

.wtm-footer {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--wtm-bg);
}

.wtm-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem clamp(1rem, 4vw, 1.5rem) 1.35rem;
}

.wtm-footer__base p {
  margin: 0;
  width: 100%;
  max-width: 36rem;
  text-align: center;
  text-wrap: balance;
}

.wtm-footer__base {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  gap: 0.85rem;
}

.wtm-footer__nav {
  width: 100%;
}

.wtm-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtm-footer__nav-list a {
  font-size: clamp(0.75rem, 1.6vw, 0.8125rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.wtm-footer__nav-list a:hover,
.wtm-footer__nav-list a:focus-visible {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
}

.wtm-footer__copyright {
  font-size: clamp(0.625rem, 1.45vw, 0.6875rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.35);
}

.wtm-footer__copyright a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.wtm-footer__copyright a:hover,
.wtm-footer__copyright a:focus-visible {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
