.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0D47A1;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  padding: 20px 0;
}


.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-copy {
  margin-bottom: 10px;
  font-size: 13px;
  color: #bbb;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #FFEE58;
}
footer {
  margin-top: 10px; /* ถ้าเคยใส่ไว้ 40px ให้ลดเหลือ 10px หรือ 0 */
}

/* 📱 Responsive */
@media (max-width: 600px) {
  .footer-links {
    flex-direction: column;
    gap: 8px;
  }
}
