/* Bearing — site footer (footer.js) */

.trailside-footer {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem 1.5rem 1.5rem;
  margin-top: auto;
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.trailside-footer-inner {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.trailside-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.trailside-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.trailside-footer-sep {
  margin: 0 0.5rem;
  opacity: 0.45;
}

.trailside-footer-disclaimer {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.75;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.trailside-footer-links {
  margin-top: 0.5rem;
}

.trailside-footer-links a.is-active {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > main {
  flex: 1 0 auto;
}
