/* === ScotNet Global Footer === */

.sn-footer {
  margin-top: 8px;
  padding: 10px 2px 0;
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  color: var(--text-muted);
  justify-content: space-between;
}

@media (min-width: 640px) {
  .sn-footer {
    flex-direction: row;
    align-items: center;
  }
}

.sn-ai-credit span {
  opacity: 0.9;
}

.sn-footer-legal {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 11px;
  opacity: 0.72;
  text-align: right;
}

@media (min-width: 640px) {
  .sn-footer-legal {
    align-items: flex-end;
  }
}
