footer {
  background: var(--c-black);
  padding: 40px var(--page-pad);
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-md);
  flex-wrap: wrap;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 6px;
}

.footer-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.footer-logo .custom-logo {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
  border-radius: 6px;
}

.footer-logo span {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--c-white);
}

.footer-li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.48);
  font-size: var(--text-sm);
  font-weight: 500;
  transition: color 0.25s;
}

.footer-li:hover {
  color: var(--c-white);
}

.footer-copy {
  font-size: 13.5px;
  color: rgba(255,255,255,0.2);
}

.lfc-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 26px;
  margin: 6px 0 4px;
}

.lfc-footer-nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
}

.lfc-footer-nav a:hover {
  color: var(--c-accent);
}

.footer-links a {
  font-size: 13.5px;
}

.footer-col a {
  font-size: 13.5px;
}
