.oq-footer {
  background: #f8fafc;
  color: #334155;
  padding: 18px 20px;
  border-top: 1px solid #e2e8f0;
}
.oq-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oq-footer-links a {
  color: #475569;
  margin-left: 12px;
  text-decoration: none;
}
