.ll-footer,
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 56px 20px 36px;
  font-family: Inter, Arial, sans-serif;
  color: var(--gray-50, #777777);
  font-size: 14px;
}

.ll-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ll-footer a,
.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ll-footer a:hover,
.site-footer a:hover {
  color: #000000;
}

.ll-footer-made-with-love {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--gray-50, #777777);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.ll-footer-logo {
  display: block;
  width: 22px;
  height: auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .ll-footer,
  .site-footer {
    gap: 40px;
    padding-bottom: 120px;
  }

  .ll-footer-links {
    gap: 15px;
  }

  .ll-footer-made-with-love {
    font-size: 13px;
  }

  .ll-footer-logo {
    width: 20px;
  }
}
