/* Shared site footer — dark shell, pale text, rose accent links (matches base / trip planner) */
.site-footer {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #1a1c22 0%, #0f1115 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 1rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
}

.site-footer__line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.45rem;
  max-width: 100%;
}

.site-footer__meta {
  white-space: nowrap;
}

.site-footer__sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
}

.site-footer a {
  color: #e8b4b4;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
