/* ═══ Story Nav — Permanent Asset (do not overwrite) ═══ */

.sn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sn-wrap:empty {
  display: none;
}

.sn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.22);
  transition: color 0.22s ease;
}

.sn-link:hover {
  color: rgba(255, 255, 255, 0.65);
}

.sn-arrow {
  font-size: 1rem;
  line-height: 1;
  font-family: system-ui, -apple-system, sans-serif;
}

.sn-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.sn-meta__session {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1;
}

.sn-meta__date {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  opacity: 0.55;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1;
}

.sn-link--next .sn-meta {
  text-align: right;
}

.sn-spacer {
  flex: 1;
}

@media (max-width: 480px) {
  .sn-wrap {
    padding: 1.75rem 1rem 0.5rem;
  }
}
