.ea-footer {
  margin-top: 48px;
  background: #03050a;
  border-top: 1px solid #2a2d34;
  color: #7f8697;
}

.ea-footer__inner {
  max-width: 1114px;
  margin: 0 auto;
  padding: 24px 20px 16px;
}

.ea-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.ea-footer__brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.ea-footer__logo {
  width: 120px;
  height: auto;
  display: block;
}

.ea-footer__content {
  width: 100%;
  max-width: 860px;
}

.ea-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-bottom: 10px;
}

.ea-footer__links a {
  color: #8d93a4;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.35;
}

.ea-footer__links a:hover {
  color: #d8dcec;
}

.ea-footer__credits {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.35;
  color: #676d7c;
}

@media (max-width: 767px) {
  .ea-footer {
    margin-top: 32px;
  }

  .ea-footer__top {
    flex-direction: column;
    gap: 14px;
  }

  .ea-footer__content {
    max-width: none;
  }
}
