/* ==========================================================================
   ABMKeys Footer — Custom Template
   ========================================================================== */

/* === Custom Footer === */
.abm-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 60px;
  background: #F8FAFC;
  border-top: 1px solid #E2E8F0;
  gap: 24px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* Footer logo */
.abm-footer-logo a {
  text-decoration: none;
  display: inline-block;
}
.abm-footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
.abm-logo-badge-sm {
  width: 24px;
  height: 24px;
  font-size: 11px;
  border-radius: 5px;
}
.abm-footer-logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.3px;
  color: #0F172A;
}
.abm-footer-logo-text em {
  font-style: normal;
  color: #1B4FD8;
}

/* Footer links */
.abm-footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.abm-footer-links a {
  font-size: 12px;
  color: #94A3B8;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.15s;
}
.abm-footer-links a:hover {
  color: #1B4FD8;
}

/* Footer menu rendered as list */
.abm-footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.abm-footer-link-list li {
  list-style: none;
}
.abm-footer-link-list li a {
  font-size: 12px;
  color: #94A3B8;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.15s;
}
.abm-footer-link-list li a:hover {
  color: #1B4FD8;
}

/* Copyright */
.abm-footer-copy {
  font-size: 12px;
  color: #94A3B8;
  font-family: 'DM Sans', sans-serif;
}

/* === Responsive === */
@media (max-width: 768px) {
  .abm-footer {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 16px;
  }
  .abm-footer-links,
  .abm-footer-link-list {
    justify-content: center;
  }
}
