.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-height: 60px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 18px;
}

.footer-list, .bluetail-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  font-size: 14px;
}

.footer-list li a, .bluetail-links a {
  color: #888 !important;
  text-decoration: none !important;
}
